Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 2204)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 3115)
@@ -10,6 +10,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-03 00:54:11 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -128,11 +128,11 @@
     ///< coorsponding to the output vector's value of the same position in the
     ///< vector.  This vector maybe resized and retyped as appropriate.
-    const psImage* restrict input,     ///< the input image in which to perform the slice
-    const psImage* restrict 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
+    const psImage* input,              ///< the input image in which to perform the slice
+    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
     psImageCutDirection direction,     ///< the slice dimension and direction
     const psStats* stats               ///< the statistic to perform in slice operation
@@ -160,11 +160,11 @@
     psVector* cutRows,                 ///< if not NULL, the calculated row values 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.
-    psU32 maskVal,              ///< the mask value to apply to the mask
+    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
-    psU32 nSamples,             ///< the number of samples along the cut
+    psU32 nSamples,                    ///< the number of samples along the cut
     psImageInterpolateMode mode        ///< the interpolation method to use
 );
@@ -186,6 +186,6 @@
     psVector* out,                     ///< psVector to recycle, or NULL.
     const psImage* input,              ///< the input image in which to perform the cut
-    const psImage* restrict mask,      ///< the mask for the input image.
-    psU32 maskVal,              ///< the mask value to apply to the mask
+    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
