Changeset 1635 for trunk/psLib/src/image/psImageManip.h
- Timestamp:
- Aug 27, 2004, 9:49:54 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageManip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.h
r1605 r1635 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-2 0 02:55:58$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-27 19:49:54 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 141 141 const psImage* in, ///< input image 142 142 float angle, ///< the rotation angle in degrees. 143 floatunexposedValue, ///< the output image pixel values for non-imagery areas143 psC64 unexposedValue, ///< the output image pixel values for non-imagery areas 144 144 psImageInterpolateMode mode ///< the interpolation mode used 145 145 ); … … 161 161 float dx, ///< the shift in x direction. 162 162 float dy, ///< the shift in y direction. 163 floatunexposedValue, ///< the output image pixel values for non-imagery areas163 psC64 unexposedValue, ///< the output image pixel values for non-imagery areas 164 164 psImageInterpolateMode mode ///< the interpolation mode to use 165 165 );
Note:
See TracChangeset
for help on using the changeset viewer.
