Changeset 1897 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Sep 24, 2004, 4:06:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.h
r1864 r1897 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 3 18:31:49$12 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-25 02:06:12 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 145 145 psVector* psImageCut( 146 146 psVector* out, ///< psVector to recycle, or NULL. 147 psVector* coords, ///< if not NULL, the calculated coordinates along the slice (output) 147 psVector* cutCols, ///< if not NULL, the calculated column values along the slice (output) 148 psVector* cutRows, ///< if not NULL, the calculated row values along the slice (output) 148 149 const psImage* input, ///< the input image in which to perform the cut 149 150 const psImage* restrict mask, ///< the mask for the input image.
Note:
See TracChangeset
for help on using the changeset viewer.
