Index: trunk/psLib/src/imageops/psImageMaskOps.h
===================================================================
--- trunk/psLib/src/imageops/psImageMaskOps.h	(revision 11248)
+++ trunk/psLib/src/imageops/psImageMaskOps.h	(revision 21183)
@@ -6,6 +6,6 @@
  * @author David Robbins, MHPCC
  *
- * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-23 22:47:23 $
+ * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-01-27 06:39:37 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
     psRegion region,                   ///< the specified region
     const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
+    psImageMaskType maskValue		///< the specified bits
 );
 
@@ -44,5 +44,5 @@
     psRegion region,                   ///< the specified region
     const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
+    psImageMaskType maskValue		///< the specified bits
 );
 
@@ -58,5 +58,5 @@
     double radius,                     ///< the radius of the specified circle
     const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
+    psImageMaskType maskValue		///< the specified bits
 );
 
@@ -72,5 +72,5 @@
     double radius,                     ///< the radius of the specified circle
     const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
+    psImageMaskType maskValue		///< the specified bits
 );
 
@@ -89,7 +89,7 @@
     psImage *out,                      ///< the image to set and return
     const psImage *in,                 ///< the input to image
-    psMaskType maskVal,                ///< the specified mask value
+    psImageMaskType maskVal,		///< the specified mask value
     unsigned int growSize,             ///< the range of values from maskVal
-    psMaskType growVal                 ///< the output value to set
+    psImageMaskType growVal		///< the output value to set
 );
 
