Changeset 14452 for trunk/psLib/src/astro
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 4 edited
-
psCoord.h (modified) (7 diffs)
-
psEarthOrientation.h (modified) (2 diffs)
-
psSphereOps.h (modified) (2 diffs)
-
psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r13839 r14452 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 6-15 01:03:22$10 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 157 157 * @return psPlane* resulting plane structure. 158 158 */ 159 psPlane* psPlaneAlloc(void) ;159 psPlane* psPlaneAlloc(void) PS_ATTR_MALLOC; 160 160 161 161 /** Allocates a psSphere … … 163 163 * @return psSphere* resulting sphere structure. 164 164 */ 165 psSphere* psSphereAlloc(void) ;165 psSphere* psSphereAlloc(void) PS_ATTR_MALLOC; 166 166 167 167 /** Allocates a psCube … … 169 169 * @return psCube* resulting cubic structure. 170 170 */ 171 psCube* psCubeAlloc(void) ;171 psCube* psCubeAlloc(void) PS_ATTR_MALLOC; 172 172 173 173 /** Allocates a psPlaneTransform transform. … … 179 179 int order1, ///< The order of the x term in the transform. 180 180 int order2 ///< The order of the y term in the transform. 181 ) ;181 ) PS_ATTR_MALLOC; 182 182 183 183 /** Applies the psPlaneTransform transform to a specified coordinate … … 201 201 int order3, ///< The order of the y term in the transform. 202 202 int order4 ///< The order of the z term in the transform. 203 ) ;203 ) PS_ATTR_MALLOC; 204 204 205 205 … … 226 226 double Ys, ///< Scale in y-dimension 227 227 psProjectionType type 228 ) ;228 ) PS_ATTR_MALLOC; 229 229 230 230 /** Checks the type of a particular pointer. -
trunk/psLib/src/astro/psEarthOrientation.h
r12432 r14452 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 3-14 02:31:41$10 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 63 63 64 64 /** Allocates a new psEarthPole structure. */ 65 psEarthPole *psEarthPoleAlloc(void) ;65 psEarthPole *psEarthPoleAlloc(void) PS_ATTR_MALLOC; 66 66 67 67 /** Calculates the apparent position of a star, given its actual position and the -
trunk/psLib/src/astro/psSphereOps.h
r11248 r14452 6 6 * @author David Robbins, MHPCC 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-23 22:47:22$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-08-09 01:40:07 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 69 69 double deltaP, ///< north pole longitude 70 70 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares). 71 ) ;71 ) PS_ATTR_MALLOC; 72 72 73 73 /** Checks the type of a particular pointer. -
trunk/psLib/src/astro/psTime.h
r13950 r14452 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 6-22 02:28:48$13 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-08-09 01:40:07 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 108 108 psTime* psTimeAlloc( 109 109 psTimeType type ///< Type of time to create (UTC or TAI). 110 ) ;110 ) PS_ATTR_MALLOC; 111 111 112 112
Note:
See TracChangeset
for help on using the changeset viewer.
