Changeset 4316 for trunk/psLib/src/image/psImageGeomManip.h
- Timestamp:
- Jun 17, 2005, 5:13:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageGeomManip.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageGeomManip.h
r4287 r4316 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-1 6 22:07:41$10 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-18 03:13:02 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 57 57 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 58 58 const psImage* in, ///< input image 59 psS32scale, ///< resample scaling factor59 int scale, ///< resample scaling factor 60 60 psImageInterpolateMode mode ///< the interpolation mode used in resampling 61 61 ); … … 111 111 psImage* psImageRoll( 112 112 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 113 const psImage* in ,///< input image114 psS32 dx,///< number of pixels to roll in the x-dimension115 psS32 dy///< number of pixels to roll in the y-dimension113 const psImage* input, ///< input image 114 int dx, ///< number of pixels to roll in the x-dimension 115 int dy ///< number of pixels to roll in the y-dimension 116 116 ); 117 117 … … 151 151 const psRegion region, ///< the size of the transformed image 152 152 const psPixels* pixels, /**< if not NULL, consists of psPixelCoords and specifies which pixels in 153 * output image shall be transformed; otherwise, entire image generated*/153 * output image shall be transformed; otherwise, entire image generated*/ 154 154 psImageInterpolateMode mode, ///< the interpolation scheme to be used 155 155 int exposedValue ///< Exposed value to which non-corresponding pixels are set
Note:
See TracChangeset
for help on using the changeset viewer.
