Changeset 4409 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
