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.h

    r4815 r4920  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-08-18 21:44:40 $
     10 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-08-31 02:07:11 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151int psImageClipComplexRegion(
    5252    psImage* input,                    ///< the image to clip
    53     complex min,                       ///< the minimum image value allowed
    54     complex vmin,                      ///< the value pixels < min are set to
    55     complex max,                       ///< the maximum image value allowed
    56     complex vmax                       ///< the value pixels > max are set to
     53    complex double min,                       ///< the minimum image value allowed
     54    complex double vmin,                      ///< the value pixels < min are set to
     55    complex double max,                       ///< the maximum image value allowed
     56    complex double vmax                       ///< the value pixels > max are set to
    5757);
    5858
     
    9696    psRegion *region,                  ///< the specified region
    9797    bool logical_and,                  ///< the logical operation
    98     int maskValue                      ///< the specified bits
     98    psMaskType maskValue               ///< the specified bits
    9999);
    100100
     
    108108    psRegion *region,                  ///< the specified region
    109109    bool logical_and,                  ///< the logical operation
    110     int maskValue                      ///< the specified bits
     110    psMaskType maskValue               ///< the specified bits
    111111);
    112112
     
    122122    double radius,                     ///< the radius of the specified circle
    123123    bool logical_and,                  ///< the logical operation
    124     int maskValue                      ///< the specified bits
     124    psMaskType maskValue               ///< the specified bits
    125125);
    126126
     
    136136    double radius,                     ///< the radius of the specified circle
    137137    bool logical_and,                  ///< the logical operation
    138     int maskValue                      ///< the specified bits
     138    psMaskType maskValue               ///< the specified bits
    139139);
    140140
Note: See TracChangeset for help on using the changeset viewer.