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

    r4243 r4385  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-06-14 02:54:15 $
     11*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-06-25 00:51:28 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040    const psImage* in,                 ///< image (or subimage) to calculate stats
    4141    const psImage* mask,               ///< mask data for image (NULL ok)
    42     psS32 maskVal                      ///< mask Mask for mask
     42    psMaskType maskVal                 ///< mask value for mask
    4343);
    4444
     
    5555    const psImage* in,                 ///< Image data to be histogramed.
    5656    const psImage* mask,               ///< mask data for image (NULL ok)
    57     psU32 maskVal                      ///< mask Mask for mask
     57    psMaskType maskVal                 ///< mask Mask for mask
    5858);
    5959
Note: See TracChangeset for help on using the changeset viewer.