Changeset 21183 for trunk/psLib/src/imageops/psImageMaskOps.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMaskOps.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMaskOps.h
r11248 r21183 6 6 * @author David Robbins, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 200 7-01-23 22:47:23$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-27 06:39:37 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 psRegion region, ///< the specified region 33 33 const char *op, ///< the logical operation 34 ps MaskType maskValue///< the specified bits34 psImageMaskType maskValue ///< the specified bits 35 35 ); 36 36 … … 44 44 psRegion region, ///< the specified region 45 45 const char *op, ///< the logical operation 46 ps MaskType maskValue///< the specified bits46 psImageMaskType maskValue ///< the specified bits 47 47 ); 48 48 … … 58 58 double radius, ///< the radius of the specified circle 59 59 const char *op, ///< the logical operation 60 ps MaskType maskValue///< the specified bits60 psImageMaskType maskValue ///< the specified bits 61 61 ); 62 62 … … 72 72 double radius, ///< the radius of the specified circle 73 73 const char *op, ///< the logical operation 74 ps MaskType maskValue///< the specified bits74 psImageMaskType maskValue ///< the specified bits 75 75 ); 76 76 … … 89 89 psImage *out, ///< the image to set and return 90 90 const psImage *in, ///< the input to image 91 ps MaskType maskVal,///< the specified mask value91 psImageMaskType maskVal, ///< the specified mask value 92 92 unsigned int growSize, ///< the range of values from maskVal 93 ps MaskType growVal///< the output value to set93 psImageMaskType growVal ///< the output value to set 94 94 ); 95 95
Note:
See TracChangeset
for help on using the changeset viewer.
