IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r2860 r3115  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-01-03 21:58:53 $
     13 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-02-03 00:54:11 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    101101    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    102102    const psImage* in,                 ///< input image
    103     const psImage* restrict mask,      ///< mask for input image.  If NULL, no masking is done.
     103    const psImage* mask,               ///< mask for input image.  If NULL, no masking is done.
    104104    psMaskType maskVal,                ///< the bits to check in mask.
    105105    psU32 scale,                       ///< the scale to rebin for each dimension
Note: See TracChangeset for help on using the changeset viewer.