Changeset 4969 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Sep 7, 2005, 2:02:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r4963 r4969 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09-0 7 23:46:04$13 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-08 00:02:48 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 246 246 ); 247 247 248 /** Checks the type of a particular pointer. 249 * 250 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 251 * 252 * @return bool: True if the pointer matches a psPolynomial1D structure, false otherwise. 253 */ 254 bool psMemCheckPolynomial1D( 255 psPtr ptr ///< the pointer whose type to check 256 ); 257 258 /** Checks the type of a particular pointer. 259 * 260 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 261 * 262 * @return bool: True if the pointer matches a psPolynomial2D structure, false otherwise. 263 */ 264 bool psMemCheckPolynomial2D( 265 psPtr ptr ///< the pointer whose type to check 266 ); 267 268 /** Checks the type of a particular pointer. 269 * 270 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 271 * 272 * @return bool: True if the pointer matches a psPolynomial3D structure, false otherwise. 273 */ 274 bool psMemCheckPolynomial3D( 275 psPtr ptr ///< the pointer whose type to check 276 ); 277 278 /** Checks the type of a particular pointer. 279 * 280 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 281 * 282 * @return bool: True if the pointer matches a psPolynomial4D structure, false otherwise. 283 */ 284 bool psMemCheckPolynomial4D( 285 psPtr ptr ///< the pointer whose type to check 286 ); 287 248 288 /** \} */ // End of MathGroup Functions 249 289
Note:
See TracChangeset
for help on using the changeset viewer.
