Changeset 6227 for trunk/psLib/src/imageops/psImagePixelManip.c
- Timestamp:
- Jan 27, 2006, 3:12:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.c
r5227 r6227 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-10-06 02:41:07$12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-01-28 01:12:11 $ 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 double complex min, 314 double complex vmin, 315 double complex max, 316 double complex vmax) 317 317 { 318 318 psS32 numClipped = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
