Changeset 4409 for trunk/psLib/src/image
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (21 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r4392 r4409 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-2 5 02:02:05$11 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-28 20:17:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 137 137 } 138 138 139 char* psRegionToString(psRegion region)139 psString psRegionToString(const psRegion region) 140 140 { 141 141 char tmpText[256]; // big enough to store any region as text -
trunk/psLib/src/image/psImage.h
r4330 r4409 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-2 1 03:01:37$13 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-28 20:17:52 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 132 132 /** Create a string of the standard IRAF form '[x0:x1,y0:y1]' from a psRegion. 133 133 * 134 * @return char*: A new string representing the psRegion as text, or NULL134 * @return psString: A new string representing the psRegion as text, or NULL 135 135 * is not successful. 136 136 */ 137 char*psRegionToString(138 psRegion region///< the psRegion to convert to a string137 psString psRegionToString( 138 const psRegion region ///< the psRegion to convert to a string 139 139 ); 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
