Changeset 4898 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r4877 r4898 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-08- 25 23:42:01$12 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-30 01:14:10 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 219 219 ); 220 220 221 /** Checks the type of a particular pointer. 222 * 223 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 224 * 225 * @return bool: True if the pointer matches a psPlane structure, false otherwise. 226 */ 227 bool psMemCheckPlane( 228 psPtr ptr ///< the pointer whose type to check 229 ); 230 231 /** Checks the type of a particular pointer. 232 * 233 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 234 * 235 * @return bool: True if the pointer matches a psSphere structure, false otherwise. 236 */ 237 bool psMemCheckSphere( 238 psPtr ptr ///< the pointer whose type to check 239 ); 240 241 /** Checks the type of a particular pointer. 242 * 243 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 244 * 245 * @return bool: True if the pointer matches a psCube structure, false otherwise. 246 */ 247 bool psMemCheckCube( 248 psPtr ptr ///< the pointer whose type to check 249 ); 250 251 /** Checks the type of a particular pointer. 252 * 253 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 254 * 255 * @return bool: True if the pointer matches a psPlaneTransform structure, false otherwise. 256 */ 257 bool psMemCheckPlaneTransform( 258 psPtr ptr ///< the pointer whose type to check 259 ); 260 261 /** Checks the type of a particular pointer. 262 * 263 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 264 * 265 * @return bool: True if the pointer matches a psPlaneDistort structure, false otherwise. 266 */ 267 bool psMemCheckPlaneDistort( 268 psPtr ptr ///< the pointer whose type to check 269 ); 270 271 /** Checks the type of a particular pointer. 272 * 273 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 274 * 275 * @return bool: True if the pointer matches a psProjection structure, false otherwise. 276 */ 277 bool psMemCheckProjection( 278 psPtr ptr ///< the pointer whose type to check 279 ); 280 281 221 282 /** Projects a spherical coordinate to a linear coordinate system 222 283 *
Note:
See TracChangeset
for help on using the changeset viewer.
