Changeset 21183 for trunk/psLib/src/imageops/psImagePixelExtract.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.h
r11248 r21183 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-01-23 22:47:23$7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-01-27 06:39:37 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 84 84 const psImage* input, ///< the input image in which to perform the slice 85 85 const psImage* mask, ///< the mask for the input image. 86 ps MaskType maskVal,///< the mask value to apply to the mask86 psImageMaskType maskVal, ///< the mask value to apply to the mask 87 87 psRegion region, ///< the slice region 88 88 psImageCutDirection direction, ///< the slice dimension and direction … … 112 112 const psImage* input, ///< the input image in which to perform the cut 113 113 const psImage* mask, ///< the mask for the input image. 114 ps MaskType maskVal,///< the mask value to apply to the mask114 psImageMaskType maskVal, ///< the mask value to apply to the mask 115 115 psRegion region, ///< the start and end points to cut along 116 116 unsigned int nSamples, ///< the number of samples along the cut … … 135 135 const psImage* input, ///< the input image in which to perform the cut 136 136 const psImage* mask, ///< the mask for the input image. 137 ps MaskType maskVal,///< the mask value to apply to the mask137 psImageMaskType maskVal, ///< the mask value to apply to the mask 138 138 float x, ///< the column of the center of the cut circle 139 139 float y, ///< the row of the center of the cut circle
Note:
See TracChangeset
for help on using the changeset viewer.
