Changeset 2105 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Oct 13, 2004, 3:22:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r2067 r2105 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-10-1 3 00:10:50$13 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-14 01:22:59 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 */ 32 32 typedef enum { 33 PS_INTERPOLATE_FLAT ,///< 'flat' interpolation (nearest pixel)33 PS_INTERPOLATE_FLAT = 1, ///< 'flat' interpolation (nearest pixel) 34 34 PS_INTERPOLATE_BILINEAR, ///< bi-linear interpolation 35 35 PS_INTERPOLATE_BICUBIC, ///< bi-cubic interpolation 36 PS_INTERPOLATE_SINC ///< sinc interpolation 36 PS_INTERPOLATE_SINC, ///< sinc interpolation 37 PS_INTERPOLATE_NUM_MODES ///< end-marker of list of modes; not a valid interpolation mode 37 38 } psImageInterpolateMode; 38 39
Note:
See TracChangeset
for help on using the changeset viewer.
