Index: trunk/psLib/src/imageops/psImagePixelExtract.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelExtract.h	(revision 4162)
+++ trunk/psLib/src/imageops/psImagePixelExtract.h	(revision 4206)
@@ -8,6 +8,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-10 02:30:47 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -65,8 +65,5 @@
     const psImage* mask,               ///< the mask for the input image.
     psU32 maskVal,                     ///< the mask value to apply to the mask
-    psS32 col0,                        ///< the leftmost column of the slice region
-    psS32 row0,                        ///< the bottommost row of the slice region
-    psS32 col1,                        ///< exclusive end column of the slice region
-    psS32 row1,                        ///< exclusive end row of the slice region
+    psRegion region,                   ///< the slice region
     psImageCutDirection direction,     ///< the slice dimension and direction
     const psStats* stats               ///< the statistic to perform in slice operation
@@ -96,8 +93,5 @@
     const psImage* mask,               ///< the mask for the input image.
     psU32 maskVal,                     ///< the mask value to apply to the mask
-    float startCol,                    ///< the column of the start of the cut line
-    float startRow,                    ///< the row of the start of the cut line
-    float endCol,                      ///< the column of the end of the cut line
-    float endRow,                      ///< the row of the end of the cut line
+    psRegion region,                   ///< the start and end points to cut along
     psU32 nSamples,                    ///< the number of samples along the cut
     psImageInterpolateMode mode        ///< the interpolation method to use
