IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19151


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

Adding 'const'.

Location:
trunk/psLib/src/math
Files:
2 edited

Legend:

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

    r10999 r19151  
    1616// - flip y0,y1 if y0>y1
    1717// psRegion in refers to coordinates in the *parent* image
    18 psRegion psRegionForImage(psImage *image,
     18psRegion psRegionForImage(const psImage *image,
    1919                          psRegion in)
    2020{
  • 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.