IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImagePixelManip.c

    r3968 r4315  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-19 02:08:21 $
     12 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-18 02:30:49 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psCoord.h"
    3232
    33 psS32 psImageClip(psImage* input,
    34                   psF64 min,
    35                   psF64 vmin,
    36                   psF64 max,
    37                   psF64 vmax)
     33int psImageClip(psImage* input,
     34                double min,
     35                double vmin,
     36                double max,
     37                double vmax)
    3838{
    3939    psS32 numClipped = 0;
     
    140140}
    141141
    142 psS32 psImageClipNaN(psImage* input,
    143                      psF64 value)
     142int psImageClipNaN(psImage* input,
     143                   float value)
    144144{
    145145    psS32 numClipped = 0;
     
    310310}
    311311
    312 psS32 psImageClipComplexRegion(psImage* input,
    313                                psC64 min,
    314                                psC64 vmin,
    315                                psC64 max,
    316                                psC64 vmax)
     312int psImageClipComplexRegion(psImage* input,
     313                             psC64 min,
     314                             psC64 vmin,
     315                             psC64 max,
     316                             psC64 vmax)
    317317{
    318318    psS32 numClipped = 0;
Note: See TracChangeset for help on using the changeset viewer.