Changeset 4330 for trunk/psLib/src/image
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r4316 r4330 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 69$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06- 18 03:13:02$11 * @version $Revision: 1.70 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-21 03:01:37 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 106 106 } 107 107 108 psRegion psRegionFromString(c har* region)108 psRegion psRegionFromString(const char* region) 109 109 { 110 110 psS32 col0; -
trunk/psLib/src/image/psImage.h
r4316 r4330 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06- 18 03:13:02$13 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-21 03:01:37 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 127 127 */ 128 128 psRegion psRegionFromString( 129 c har* region///< image rectangular region in the form '[x0:x1,y0:y1]'129 const char* region ///< image rectangular region in the form '[x0:x1,y0:y1]' 130 130 ); 131 131 … … 163 163 /** Frees all children of a psImage. 164 164 * 165 * @return psS32Number of children freed.165 * @return int Number of children freed. 166 166 * 167 167 */ -
trunk/psLib/src/image/psImagePixelManip.h
r4315 r4330 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06- 18 02:30:49$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-21 03:01:37 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 * defined for psU8, psU16, psS8, psS16, psF32, psF64, psC32, and psC64. 31 31 * 32 * @return psS32The number of clipped pixels32 * @return int The number of clipped pixels 33 33 */ 34 34 int psImageClip( … … 62 62 * function is defined for psF32, psF64, psC32, and psC64. 63 63 * 64 * @return psS32The number of clipped pixels64 * @return int The number of clipped pixels 65 65 */ 66 66 int psImageClipNaN(
Note:
See TracChangeset
for help on using the changeset viewer.
