Index: trunk/psLib/src/image/psImagePixelExtract.h
===================================================================
--- trunk/psLib/src/image/psImagePixelExtract.h	(revision 4206)
+++ trunk/psLib/src/image/psImagePixelExtract.h	(revision 4367)
@@ -8,6 +8,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-10 02:30:47 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-23 03:50:29 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -58,5 +58,5 @@
 psVector* psImageSlice(
     psVector* out,                     ///< psVector to recycle, or NULL.
-    psVector* slicePositions,
+    psVector* coords,
     ///< If not NULL, it is populated with the coordinate in the slice dimension
     ///< coorsponding to the output vector's value of the same position in the
@@ -94,5 +94,5 @@
     psU32 maskVal,                     ///< the mask value to apply to the mask
     psRegion region,                   ///< the start and end points to cut along
-    psU32 nSamples,                    ///< the number of samples along the cut
+    unsigned int nSamples,             ///< the number of samples along the cut
     psImageInterpolateMode mode        ///< the interpolation method to use
 );
@@ -116,6 +116,6 @@
     const psImage* mask,               ///< the mask for the input image.
     psU32 maskVal,                     ///< the mask value to apply to the mask
-    float centerCol,                   ///< the column of the center of the cut circle
-    float centerRow,                   ///< the row of the center of the cut circle
+    float x,                           ///< the column of the center of the cut circle
+    float y,                           ///< the row of the center of the cut circle
     const psVector* radii,             ///< the radii of the cut circle
     const psStats* stats               ///< the statistic to perform in operation
