Changeset 4898 for trunk/psLib/src/math/psFunctions.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psFunctions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psFunctions.h
r4581 r4898 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 7-20 01:21:13 $14 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-08-30 01:14:13 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 163 163 ); 164 164 165 /** Checks the type of a particular pointer. 166 * 167 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 168 * 169 * @return bool: True if the pointer matches a psPolynomial1D structure, false otherwise. 170 */ 171 bool psMemCheckPolynomial1D( 172 psPtr ptr ///< the pointer whose type to check 173 ); 174 175 /** Checks the type of a particular pointer. 176 * 177 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 178 * 179 * @return bool: True if the pointer matches a psPolynomial2D structure, false otherwise. 180 */ 181 bool psMemCheckPolynomial2D( 182 psPtr ptr ///< the pointer whose type to check 183 ); 184 185 /** Checks the type of a particular pointer. 186 * 187 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 188 * 189 * @return bool: True if the pointer matches a psPolynomial3D structure, false otherwise. 190 */ 191 bool psMemCheckPolynomial3D( 192 psPtr ptr ///< the pointer whose type to check 193 ); 194 195 /** Checks the type of a particular pointer. 196 * 197 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 198 * 199 * @return bool: True if the pointer matches a psPolynomial4D structure, false otherwise. 200 */ 201 bool psMemCheckPolynomial4D( 202 psPtr ptr ///< the pointer whose type to check 203 ); 204 205 /** Checks the type of a particular pointer. 206 * 207 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 208 * 209 * @return bool: True if the pointer matches a psSpline1D structure, false otherwise. 210 */ 211 bool psMemCheckSpline1D( 212 psPtr ptr ///< the pointer whose type to check 213 ); 214 215 216 165 217 /** Evaluates a 1-D polynomial at specific coordinates. 166 218 *
Note:
See TracChangeset
for help on using the changeset viewer.
