IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2005, 4:07:12 PM (21 years ago)
Author:
drobbin
Message:

Updated code w.r.t the latest api-delta report

File:
1 edited

Legend:

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

    r4815 r4920  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    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 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    311311
    312312int 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)
    317317{
    318318    psS32 numClipped = 0;
     
    401401                       psRegion *region,
    402402                       bool logical_and,
    403                        int maskValue)
     403                       psMaskType maskValue)
    404404{
    405405
     
    428428                       psRegion *region,
    429429                       bool logical_and,
    430                        int maskValue)
     430                       psMaskType maskValue)
    431431{
    432432
     
    459459                       double radius,
    460460                       bool logical_and,
    461                        int maskValue)
     461                       psMaskType maskValue)
    462462{
    463463
     
    489489                       double radius,
    490490                       bool logical_and,
    491                        int maskValue)
     491                       psMaskType maskValue)
    492492{
    493493
Note: See TracChangeset for help on using the changeset viewer.