Changeset 1603
- Timestamp:
- Aug 19, 2004, 3:10:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.c
r1440 r1603 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08- 09 23:34:58$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-20 01:10:54 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 psImage* psImageSubset(psImage* out, 26 26 psImage* image, 27 unsigned int numCols, unsigned int numRows, unsigned int col0, unsigned int row0) 27 unsigned int numCols, 28 unsigned int numRows, 29 unsigned int col0, 30 unsigned int row0) 28 31 { 29 32 unsigned int elementSize; // size of image … … 101 104 } 102 105 103 psImage* psImageCopy(psImage* restrict output, const psImage* input, psElemType type) 106 psImage* psImageCopy(psImage* restrict output, 107 const psImage* input, 108 psElemType type) 104 109 { 105 110 psElemType inDatatype; … … 250 255 unsigned int row, 251 256 unsigned int numCols, 252 unsigned int numRows, psImageCutDirection direction, const psStats* stats) 257 unsigned int numRows, 258 psImageCutDirection direction, 259 const psStats* stats) 253 260 { 254 261 double statVal;
Note:
See TracChangeset
for help on using the changeset viewer.
