IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2005, 9:39:53 AM (21 years ago)
Author:
desonia
Message:

corrected missing const in prototypes.

File:
1 edited

Legend:

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

    r3264 r3493  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-02-17 19:26:24 $
     11*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-03-24 19:39:53 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3838psStats* psImageStats(
    3939    psStats* stats,                    ///< defines statistics to be calculated
    40     psImage* in,                       ///< image (or subimage) to calculate stats
    41     psImage* mask,                     ///< mask data for image (NULL ok)
    42     psS32 maskVal                        ///< mask Mask for mask
     40    const psImage* in,                 ///< image (or subimage) to calculate stats
     41    const psImage* mask,               ///< mask data for image (NULL ok)
     42    psS32 maskVal                      ///< mask Mask for mask
    4343);
    4444
     
    5353psHistogram* psImageHistogram(
    5454    psHistogram* out,                  ///< input histogram description & target
    55     psImage* in,                       ///< Image data to be histogramed.
    56     psImage* mask,                     ///< mask data for image (NULL ok)
    57     psU32 maskVal               ///< mask Mask for mask
     55    const psImage* in,                 ///< Image data to be histogramed.
     56    const psImage* mask,               ///< mask data for image (NULL ok)
     57    psU32 maskVal                      ///< mask Mask for mask
    5858);
    5959
Note: See TracChangeset for help on using the changeset viewer.