Changeset 4385 for trunk/psLib/src/imageops/psImagePixelExtract.h
- Timestamp:
- Jun 24, 2005, 2:51:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.h
r4367 r4385 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 3 03:50:29$10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-25 00:51:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 64 64 const psImage* input, ///< the input image in which to perform the slice 65 65 const psImage* mask, ///< the mask for the input image. 66 ps U32 maskVal,///< the mask value to apply to the mask66 psMaskType maskVal, ///< the mask value to apply to the mask 67 67 psRegion region, ///< the slice region 68 68 psImageCutDirection direction, ///< the slice dimension and direction … … 84 84 * psF64. 85 85 * 86 * @return psVector resulting vector86 * @return psVector* resulting vector 87 87 */ 88 88 psVector* psImageCut( … … 92 92 const psImage* input, ///< the input image in which to perform the cut 93 93 const psImage* mask, ///< the mask for the input image. 94 ps U32 maskVal,///< the mask value to apply to the mask94 psMaskType maskVal, ///< the mask value to apply to the mask 95 95 psRegion region, ///< the start and end points to cut along 96 96 unsigned int nSamples, ///< the number of samples along the cut … … 115 115 const psImage* input, ///< the input image in which to perform the cut 116 116 const psImage* mask, ///< the mask for the input image. 117 ps U32 maskVal,///< the mask value to apply to the mask117 psMaskType maskVal, ///< the mask value to apply to the mask 118 118 float x, ///< the column of the center of the cut circle 119 119 float y, ///< the row of the center of the cut circle
Note:
See TracChangeset
for help on using the changeset viewer.
