Index: /trunk/psLib/src/image/psImage.h
===================================================================
--- /trunk/psLib/src/image/psImage.h	(revision 1838)
+++ /trunk/psLib/src/image/psImage.h	(revision 1839)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 03:03:36 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-21 19:51:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,5 +31,7 @@
 typedef enum {
     PS_INTERPOLATE_FLAT,               ///< 'flat' interpolation (nearest pixel)
-    PS_INTERPOLATE_BILINEAR            ///< bi-linear interpolation
+    PS_INTERPOLATE_BILINEAR,           ///< bi-linear interpolation
+    PS_INTERPOLATE_BICUBIC,            ///< bi-cubic interpolation
+    PS_INTERPOLATE_SINC                ///< sinc interpolation
 } psImageInterpolateMode;
 
Index: /trunk/psLib/src/mathtypes/psImage.h
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.h	(revision 1838)
+++ /trunk/psLib/src/mathtypes/psImage.h	(revision 1839)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 03:03:36 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-21 19:51:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,5 +31,7 @@
 typedef enum {
     PS_INTERPOLATE_FLAT,               ///< 'flat' interpolation (nearest pixel)
-    PS_INTERPOLATE_BILINEAR            ///< bi-linear interpolation
+    PS_INTERPOLATE_BILINEAR,           ///< bi-linear interpolation
+    PS_INTERPOLATE_BICUBIC,            ///< bi-cubic interpolation
+    PS_INTERPOLATE_SINC                ///< sinc interpolation
 } psImageInterpolateMode;
 
