Changeset 4243 for trunk/psLib/src/imageops/psImageGeomManip.h
- Timestamp:
- Jun 13, 2005, 4:54:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.h
r4214 r4243 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-1 1 02:19:05 $10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-14 02:54:15 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 119 119 * 120 120 * Transform the input image according the supplied transformation. The size 121 * of the transformed image is de ï¬ned by the supplied output image, if121 * of the transformed image is defined by the supplied output image, if 122 122 * non-NULL, or the region otherwise (size region.x1 - region.x0 by region.y1 123 123 * region.y0, with out->x0 = region.x0 and out->y0 = region.y0). If the … … 149 149 int inputMaskVal, ///< masking value for inputMask 150 150 const psPlaneTransform *outToIn, ///< the transform to apply 151 const psRegion region, ///< 152 const psPixels* pixels, ///< 153 psImageInterpolateMode mode, ///< 154 int exposedValue ///< 151 const psRegion region, ///< the size of the transformed image 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*/ 154 psImageInterpolateMode mode, ///< the interpolation scheme to be used 155 int exposedValue ///< Exposed value to which non-corresponding pixels are set 155 156 ); 156 157
Note:
See TracChangeset
for help on using the changeset viewer.
