Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 2088)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 2204)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-13 22:05:03 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 00:57:31 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,8 +54,8 @@
 psImage* psImageSubset(
     psImage* image,                    ///< Parent image.
-    int col0,                          ///< starting column of subimage
-    int row0,                          ///< starting row of subimage
-    int col1,                          ///< exclusive end column of subimage.
-    int row1                           ///< exclusive end row of subimage
+    psS32 col0,                          ///< starting column of subimage
+    psS32 row0,                          ///< starting row of subimage
+    psS32 col1,                          ///< exclusive end column of subimage.
+    psS32 row1                           ///< exclusive end row of subimage
 );
 
@@ -93,8 +93,8 @@
 psImage* psImageTrim(
     psImage* image,                    ///< image to trim
-    int col0,                          ///< column of trim region's left boundary
-    int row0,                          ///< row of trim region's lower boundary
-    int col1,                          ///< column of trim region's right boundary
-    int row1                           ///< row of trim region's upper boundary
+    psS32 col0,                          ///< column of trim region's left boundary
+    psS32 row0,                          ///< row of trim region's lower boundary
+    psS32 col1,                          ///< column of trim region's right boundary
+    psS32 row1                           ///< row of trim region's upper boundary
 );
 
@@ -130,9 +130,9 @@
     const psImage* restrict input,     ///< the input image in which to perform the slice
     const psImage* restrict mask,      ///< the mask for the input image.
-    unsigned int maskVal,              ///< the mask value to apply to the mask
-    int col0,                          ///< the leftmost column of the slice region
-    int row0,                          ///< the bottommost row of the slice region
-    int col1,                          ///< exclusive end column of the slice region
-    int row1,                           ///< exclusive end row of the slice region
+    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
     psImageCutDirection direction,     ///< the slice dimension and direction
     const psStats* stats               ///< the statistic to perform in slice operation
@@ -161,10 +161,10 @@
     const psImage* input,              ///< the input image in which to perform the cut
     const psImage* restrict mask,      ///< the mask for the input image.
-    unsigned int maskVal,              ///< the mask value to apply to the mask
+    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
-    unsigned int nSamples,             ///< the number of samples along the cut
+    psU32 nSamples,             ///< the number of samples along the cut
     psImageInterpolateMode mode        ///< the interpolation method to use
 );
@@ -187,5 +187,5 @@
     const psImage* input,              ///< the input image in which to perform the cut
     const psImage* restrict mask,      ///< the mask for the input image.
-    unsigned int maskVal,              ///< the mask value to apply to the mask
+    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
