Changeset 1839
- Timestamp:
- Sep 21, 2004, 9:51:41 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
image/psImage.h (modified) (2 diffs)
-
mathtypes/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r1798 r1839 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 5$ $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 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 typedef enum { 32 32 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 34 36 } psImageInterpolateMode; 35 37 -
trunk/psLib/src/mathtypes/psImage.h
r1798 r1839 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 5$ $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 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 31 31 typedef enum { 32 32 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 34 36 } psImageInterpolateMode; 35 37
Note:
See TracChangeset
for help on using the changeset viewer.
