Changeset 3115 for trunk/psLib/src/image/psImageManip.h
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.h
r2860 r3115 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 1-03 21:58:53$13 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-02-03 00:54:11 $ 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.103 const psImage* mask, ///< mask for input image. If NULL, no masking is done. 104 104 psMaskType maskVal, ///< the bits to check in mask. 105 105 psU32 scale, ///< the scale to rebin for each dimension
Note:
See TracChangeset
for help on using the changeset viewer.
