Changeset 4385 for trunk/psLib/src/image/psImagePixelManip.c
- Timestamp:
- Jun 24, 2005, 2:51:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImagePixelManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImagePixelManip.c
r4367 r4385 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 3 03:50:29$12 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-25 00:51:28 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 311 311 312 312 int psImageClipComplexRegion(psImage* input, 313 _Complex min,314 _Complex vmin,315 _Complex max,316 _Complex vmax)313 complex min, 314 complex vmin, 315 complex max, 316 complex vmax) 317 317 { 318 318 psS32 numClipped = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
