Changeset 14452 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (7 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.
Note:
See TracChangeset
for help on using the changeset viewer.
