Changeset 5064 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Sep 16, 2005, 1:56:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r4938 r5064 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-09- 01 01:05:41$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-09-16 23:56:48 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 94 94 void psImageMaskRegion( 95 95 psImage *image, ///< the image to set 96 psRegion *region,///< the specified region96 psRegion region, ///< the specified region 97 97 const char *op, ///< the logical operation 98 98 psMaskType maskValue ///< the specified bits … … 106 106 void psImageKeepRegion( 107 107 psImage *image, ///< the image to set 108 psRegion *region,///< the specified region108 psRegion region, ///< the specified region 109 109 const char *op, ///< the logical operation 110 110 psMaskType maskValue ///< the specified bits
Note:
See TracChangeset
for help on using the changeset viewer.
