Changeset 3873 for trunk/psLib/src/image/psImageExtraction.c
- Timestamp:
- May 9, 2005, 3:57:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageExtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageExtraction.c
r3684 r3873 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 4-08 17:58:57 $11 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-10 01:57:47 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 24 24 #include "psImageErrors.h" 25 25 26 psImage* imageSubset(psImage* out,27 psImage* image,28 psS32 col0,29 psS32 row0,30 psS32 col1,31 psS32 row1)26 static psImage* imageSubset(psImage* out, 27 psImage* image, 28 psS32 col0, 29 psS32 row0, 30 psS32 col1, 31 psS32 row1) 32 32 { 33 33 psU32 elementSize; // size of image element in bytes
Note:
See TracChangeset
for help on using the changeset viewer.
