Changeset 3115 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r2970 r3115 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 1-13 03:26:23$13 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-03 00:54:11 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 157 157 */ 158 158 psImage* psImageCopy( 159 psImage* restrict output,///< if not NULL, a psImage that could be recycled.159 psImage* output, ///< if not NULL, a psImage that could be recycled. 160 160 const psImage* input, ///< the psImage to copy 161 161 psElemType type ///< the desired datatype of the returned copy … … 221 221 psC64 unexposedValue /**< return value if x,y location is not in image. */ \ 222 222 ); 223 223 #ifndef SWIG 224 224 p_psImagePixelInterpolateFcns(U8) 225 225 p_psImagePixelInterpolateFcns(U16) … … 234 234 p_psImagePixelInterpolateComplexFcns(C32) 235 235 p_psImagePixelInterpolateComplexFcns(C64) 236 #endif 236 237 237 238 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
