Changeset 4920 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Aug 30, 2005, 4:07:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r4815 r4920 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08- 18 21:44:40$10 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-31 02:07:11 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 int psImageClipComplexRegion( 52 52 psImage* input, ///< the image to clip 53 complex min, ///< the minimum image value allowed54 complex vmin, ///< the value pixels < min are set to55 complex max, ///< the maximum image value allowed56 complex vmax ///< the value pixels > max are set to53 complex double min, ///< the minimum image value allowed 54 complex double vmin, ///< the value pixels < min are set to 55 complex double max, ///< the maximum image value allowed 56 complex double vmax ///< the value pixels > max are set to 57 57 ); 58 58 … … 96 96 psRegion *region, ///< the specified region 97 97 bool logical_and, ///< the logical operation 98 int maskValue///< the specified bits98 psMaskType maskValue ///< the specified bits 99 99 ); 100 100 … … 108 108 psRegion *region, ///< the specified region 109 109 bool logical_and, ///< the logical operation 110 int maskValue///< the specified bits110 psMaskType maskValue ///< the specified bits 111 111 ); 112 112 … … 122 122 double radius, ///< the radius of the specified circle 123 123 bool logical_and, ///< the logical operation 124 int maskValue///< the specified bits124 psMaskType maskValue ///< the specified bits 125 125 ); 126 126 … … 136 136 double radius, ///< the radius of the specified circle 137 137 bool logical_and, ///< the logical operation 138 int maskValue///< the specified bits138 psMaskType maskValue ///< the specified bits 139 139 ); 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
