Changeset 3966 for branches/pap_branch_050513/psLib/src/image/psImage.h
- Timestamp:
- May 18, 2005, 3:09:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_050513/psLib/src/image/psImage.h
r3947 r3966 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.51.2. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-05-1 6 21:06:37 $13 * @version $Revision: 1.51.2.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-05-19 01:09:57 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 131 131 */ 132 132 psRegion* psRegionFromString( 133 c har* region///< image rectangular region in the form '[x0:x1,y0:y1]'133 const char* region ///< image rectangular region in the form '[x0:x1,y0:y1]' 134 134 ); 135 135 … … 140 140 */ 141 141 char* psRegionToString( 142 psRegion* region///< the psRegion to convert to a string142 const psRegion* region ///< the psRegion to convert to a string 143 143 ); 144 144
Note:
See TracChangeset
for help on using the changeset viewer.
