IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2008, 11:56:55 AM (18 years ago)
Author:
Paul Price
Message:

Adding 'const'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psRegionForImage.h

    r11248 r19151  
    22 * @brief regions definitions based on images
    33 *
    4  * $Revision: 1.3 $ $Name: not supported by cvs2svn $
    5  * $Date: 2007-01-23 22:47:23 $
     4 * $Revision: 1.4 $ $Name: not supported by cvs2svn $
     5 * $Date: 2008-08-21 21:56:55 $
    66 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    77 */
     
    2828 */
    2929psRegion psRegionForImage(
    30     psImage *image,                    ///< the image for which the region is to be set
    31     psRegion in                        ///< the image region limits
     30    const psImage *image,               ///< the image for which the region is to be set
     31    psRegion in                         ///< the image region limits
    3232);
    3333
Note: See TracChangeset for help on using the changeset viewer.