Changeset 2067 for trunk/psLib/src/image/psImageExtraction.h
- Timestamp:
- Oct 12, 2004, 2:10:50 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
r1924 r2067 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004- 09-29 01:10:27$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-13 00:10:50 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 98 98 int row1 ///< row of trim region's upper boundary 99 99 ); 100 101 /** Makes a copy of a psImage102 *103 * @return psImage* Copy of the input psImage. This may not be equal to the104 * output parameter105 *106 */107 psImage* psImageCopy(108 psImage* restrict output, ///< if not NULL, a psImage that could be recycled.109 const psImage* input, ///< the psImage to copy110 psElemType type ///< the desired datatype of the returned copy111 );112 113 100 114 101 /** Extract pixels from rectlinear region to a vector (array of floats).
Note:
See TracChangeset
for help on using the changeset viewer.
