IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1839


Ignore:
Timestamp:
Sep 21, 2004, 9:51:41 AM (22 years ago)
Author:
evanalst
Message:

Add enumeration values to psImageInterpolationMode type.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1798 r1839  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-11 03:03:36 $
     13 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-21 19:51:41 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131typedef enum {
    3232    PS_INTERPOLATE_FLAT,               ///< 'flat' interpolation (nearest pixel)
    33     PS_INTERPOLATE_BILINEAR            ///< bi-linear interpolation
     33    PS_INTERPOLATE_BILINEAR,           ///< bi-linear interpolation
     34    PS_INTERPOLATE_BICUBIC,            ///< bi-cubic interpolation
     35    PS_INTERPOLATE_SINC                ///< sinc interpolation
    3436} psImageInterpolateMode;
    3537
  • trunk/psLib/src/mathtypes/psImage.h

    r1798 r1839  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-11 03:03:36 $
     13 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-21 19:51:41 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131typedef enum {
    3232    PS_INTERPOLATE_FLAT,               ///< 'flat' interpolation (nearest pixel)
    33     PS_INTERPOLATE_BILINEAR            ///< bi-linear interpolation
     33    PS_INTERPOLATE_BILINEAR,           ///< bi-linear interpolation
     34    PS_INTERPOLATE_BICUBIC,            ///< bi-cubic interpolation
     35    PS_INTERPOLATE_SINC                ///< sinc interpolation
    3436} psImageInterpolateMode;
    3537
Note: See TracChangeset for help on using the changeset viewer.