IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 2:51:28 PM (21 years ago)
Author:
drobbin
Message:

made request argument changes (apidelta-report-cycle6)

File:
1 edited

Legend:

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

    r4367 r4385  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-23 03:50:29 $
     10 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-25 00:51:28 $
    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 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
    5757);
    5858
Note: See TracChangeset for help on using the changeset viewer.