Changeset 7380 for trunk/psLib/src/imageops/psImageGeomManip.h
- Timestamp:
- Jun 6, 2006, 5:22:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.h
r6750 r7380 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 4-01 02:43:57$10 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-07 03:22:06 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 151 151 psRegion region, ///< the size of the transformed image 152 152 const psPixels* pixels, /**< if not NULL, consists of psPixelCoords and specifies 153 * which pixels in output image shall be transformed;154 * otherwise, entire image generated*/153 * which pixels in output image shall be transformed; 154 * otherwise, entire image generated*/ 155 155 psImageInterpolateMode mode, ///< the interpolation scheme to be used 156 156 double exposedValue ///< Exposed value to which non-corresponding pixels are set 157 157 ); 158 158 159 // Flip the input image 160 psImage *psImageFlip(psImage *output, // Output image, or NULL 161 const psImage *input, // Input image 162 bool xFlip, // Flip x axis? 163 bool yFlip // Flip y axis? 164 ); 165 159 166 #endif // #ifndef PS_IMAGE_GEOM_MANIP_H
Note:
See TracChangeset
for help on using the changeset viewer.
