Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 1613)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 1864)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-25 00:04:01 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-23 18:31:49 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -145,4 +145,5 @@
 psVector* psImageCut(
     psVector* out,                     ///< psVector to recycle, or NULL.
+    psVector* coords,                  ///< if not NULL, the calculated coordinates along the slice (output)
     const psImage* input,              ///< the input image in which to perform the cut
     const psImage* restrict mask,      ///< the mask for the input image.
@@ -152,6 +153,6 @@
     float endCol,                      ///< the column of the end of the cut line
     float endRow,                      ///< the row of the end of the cut line
-    float width,                       ///< the distance about the line to perform the statistics
-    const psStats* stats               ///< the statistic to perform in operation
+    float nSamples,                    ///< the number of samples along the cut
+    psImageInterpolateMode mode        ///< the interpolation method to use
 );
 
