Changeset 1605 for trunk/psLib/src/image
- Timestamp:
- Aug 19, 2004, 4:55:58 PM (22 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 2 edited
-
psImageManip.c (modified) (2 diffs)
-
psImageManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.c
r1604 r1605 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-20 02: 48:38 $13 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-20 02:55:58 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 356 356 const psImage* in, 357 357 const psImage* restrict mask, 358 unsigned intmaskVal,358 psMaskType maskVal, 359 359 unsigned int scale, 360 360 const psStats* stats) -
trunk/psLib/src/image/psImageManip.h
r1442 r1605 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08- 10 01:05:53$13 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-20 02:55:58 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 101 101 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 102 102 const psImage* in, ///< input image 103 const psImage* restrict mask, ///< mask for input image. If NULL, no masking is done. 104 psMaskType maskVal, ///< the bits to check in mask. 103 105 unsigned int scale, ///< the scale to rebin for each dimension 104 106 const psStats* stats
Note:
See TracChangeset
for help on using the changeset viewer.
