Changeset 4938 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Aug 31, 2005, 3:05:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r4934 r4938 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 8-31 21:58:22$10 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-09-01 01:05:41 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 95 95 psImage *image, ///< the image to set 96 96 psRegion *region, ///< the specified region 97 bool logical_and,///< the logical operation97 const char *op, ///< the logical operation 98 98 psMaskType maskValue ///< the specified bits 99 99 ); … … 107 107 psImage *image, ///< the image to set 108 108 psRegion *region, ///< the specified region 109 bool logical_and,///< the logical operation109 const char *op, ///< the logical operation 110 110 psMaskType maskValue ///< the specified bits 111 111 ); … … 121 121 double y, ///< the y coordinate of the circle's center 122 122 double radius, ///< the radius of the specified circle 123 bool logical_and,///< the logical operation123 const char *op, ///< the logical operation 124 124 psMaskType maskValue ///< the specified bits 125 125 ); … … 135 135 double y, ///< the y coordinate of the circle's center 136 136 double radius, ///< the radius of the specified circle 137 bool logical_and,///< the logical operation137 const char *op, ///< the logical operation 138 138 psMaskType maskValue ///< the specified bits 139 139 );
Note:
See TracChangeset
for help on using the changeset viewer.
