Changeset 4385 for trunk/psLib/src/image/psImagePixelExtract.c
- Timestamp:
- Jun 24, 2005, 2:51:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImagePixelExtract.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImagePixelExtract.c
r4367 r4385 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 3 03:50:29$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-25 00:51:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 const psImage* restrict input, 28 28 const psImage* restrict mask, 29 ps U32maskVal,29 psMaskType maskVal, 30 30 psRegion region, 31 31 psImageCutDirection direction, … … 273 273 const psImage* input, 274 274 const psImage* mask, 275 ps U32maskVal,275 psMaskType maskVal, 276 276 psRegion region, 277 277 unsigned int nSamples, … … 407 407 const psImage* input, 408 408 const psImage* restrict mask, 409 ps U32maskVal,409 psMaskType maskVal, 410 410 float x, 411 411 float y,
Note:
See TracChangeset
for help on using the changeset viewer.
