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

    r2970 r3115  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-01-13 03:26:23 $
     13 *  @version $Revision: 1.46 $ $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
     
    157157 */
    158158psImage* psImageCopy(
    159     psImage* restrict output,          ///< if not NULL, a psImage that could be recycled.
     159    psImage* output,                   ///< if not NULL, a psImage that could be recycled.
    160160    const psImage* input,              ///< the psImage to copy
    161161    psElemType type                    ///< the desired datatype of the returned copy
     
    221221        psC64 unexposedValue           /**< return value if x,y location is not in image. */ \
    222222                                                     );
    223 
     223#ifndef SWIG
    224224p_psImagePixelInterpolateFcns(U8)
    225225p_psImagePixelInterpolateFcns(U16)
     
    234234p_psImagePixelInterpolateComplexFcns(C32)
    235235p_psImagePixelInterpolateComplexFcns(C64)
     236#endif
    236237
    237238/// @}
Note: See TracChangeset for help on using the changeset viewer.