IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:50:29 PM (21 years ago)
Author:
drobbin
Message:

changed files according to requested revisions outlined in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4330 r4367  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-21 03:01:37 $
     10 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-23 03:50:29 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4747 *  This function is defined for psC32, and psC64 imagery only.
    4848 *
    49  *  @return psS32     The number of clipped pixels
     49 *  @return int     The number of clipped pixels
    5050 */
    5151int psImageClipComplexRegion(
    5252    psImage* input,                    ///< the image to clip
    53     psC64 min,                         ///< the minimum image value allowed
    54     psC64 vmin,                        ///< the value pixels < min are set to
    55     psC64 max,                         ///< the maximum image value allowed
    56     psC64 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.