Changeset 4315 for trunk/psLib/src/imageops/psImagePixelManip.c
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.c
r3968 r4315 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-19 02:08:21$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-18 02:30:49 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psCoord.h" 32 32 33 psS32psImageClip(psImage* input,34 psF64min,35 psF64vmin,36 psF64max,37 psF64vmax)33 int psImageClip(psImage* input, 34 double min, 35 double vmin, 36 double max, 37 double vmax) 38 38 { 39 39 psS32 numClipped = 0; … … 140 140 } 141 141 142 psS32psImageClipNaN(psImage* input,143 psF64value)142 int psImageClipNaN(psImage* input, 143 float value) 144 144 { 145 145 psS32 numClipped = 0; … … 310 310 } 311 311 312 psS32psImageClipComplexRegion(psImage* input,313 psC64 min,314 psC64 vmin,315 psC64 max,316 psC64 vmax)312 int psImageClipComplexRegion(psImage* input, 313 psC64 min, 314 psC64 vmin, 315 psC64 max, 316 psC64 vmax) 317 317 { 318 318 psS32 numClipped = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
