Changeset 4920 for trunk/psLib/src/imageops/psImagePixelManip.c
- Timestamp:
- Aug 30, 2005, 4:07:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.c
r4815 r4920 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-08- 18 21:44:40$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-31 02:07: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 complex double min, 314 complex double vmin, 315 complex double max, 316 complex double vmax) 317 317 { 318 318 psS32 numClipped = 0; … … 401 401 psRegion *region, 402 402 bool logical_and, 403 intmaskValue)403 psMaskType maskValue) 404 404 { 405 405 … … 428 428 psRegion *region, 429 429 bool logical_and, 430 intmaskValue)430 psMaskType maskValue) 431 431 { 432 432 … … 459 459 double radius, 460 460 bool logical_and, 461 intmaskValue)461 psMaskType maskValue) 462 462 { 463 463 … … 489 489 double radius, 490 490 bool logical_and, 491 intmaskValue)491 psMaskType maskValue) 492 492 { 493 493
Note:
See TracChangeset
for help on using the changeset viewer.
