Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 3702)
+++ trunk/psLib/src/image/psImage.h	(revision 3786)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-15 00:12:08 $
+ *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-29 02:25:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -182,4 +182,14 @@
 );
 
+/** get an element of an image as a psF64.
+ *
+ *  @return psF64   pixel value at specified location
+ */
+psF64 p_psImageGetElementF64(
+    psImage* image,                    ///< input image
+    int col,                           ///< pixel column
+    int row                            ///< pixel row
+);
+
 /** Interpolate image pixel value given floating point coordinates.
  *
@@ -225,5 +235,5 @@
 PIXEL_INTERPOLATE_FCNS(BILINEAR)
 PIXEL_INTERPOLATE_FCNS(BILINEAR_VARIANCE)
-#endif
+#endif // ! SWIG
 
 #undef PIXEL_INTERPOLATE_FCN_PROTOTYPE
@@ -232,3 +242,3 @@
 /// @}
 
-#endif
+#endif // PS_IMAGE_H
