Changeset 1440 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Aug 9, 2004, 1:34:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.h
r1426 r1440 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-09 2 2:44:25$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 23:34:58 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 * one. 41 41 * 42 * @return psImage* : Pointer to psImage.42 * @return psImage* : Pointer to psImage. 43 43 * 44 44 */ … … 54 54 /** Makes a copy of a psImage 55 55 * 56 * @return psImage* Copy of the input psImage. This may not be equal to the56 * @return psImage* Copy of the input psImage. This may not be equal to the 57 57 * output parameter 58 58 * … … 78 78 * @return psVector the resulting vector 79 79 */ 80 psVector *psImageSlice(80 psVector* psImageSlice( 81 81 psVector* out, ///< psVector to recycle, or NULL. 82 82 psVector* slicePositions, … … 111 111 * @return psVector resulting vector 112 112 */ 113 psVector *psImageCut(113 psVector* psImageCut( 114 114 psVector* out, ///< psVector to recycle, or NULL. 115 115 const psImage* input, ///< the input image in which to perform the cut
Note:
See TracChangeset
for help on using the changeset viewer.
