Index: trunk/psLib/src/collections/psPixels.h
===================================================================
--- trunk/psLib/src/collections/psPixels.h	(revision 3761)
+++ trunk/psLib/src/collections/psPixels.h	(revision 3959)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-23 00:10:19 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-18 21:38:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -91,5 +91,5 @@
     psImage* out,                      ///< psImage to recycle, or NULL
     const psPixels* pixels,            ///< list of pixels to use
-    const psRegion* region,            ///< region to define the output mask image
+    const psRegion region,             ///< region to define the output mask image
     unsigned int maskVal               ///< the mask bit-values to act upon
 );
@@ -104,5 +104,5 @@
  *  @return psPixels*   generated psPixels pixel list
  */
-psPixels* psMaskToPixels(
+psPixels* psPixelsFromMask(
     psPixels *out,                     ///< psPixels to recycle, or NULL
     const psImage *mask,               ///< the input mask psImage
@@ -125,3 +125,10 @@
 );
 
+/** Prints a psPixels to specified destination. */
+bool p_psPixelsPrint(
+    FILE *fd,
+    psPixels* pixels,
+    const char *name
+);
+
 #endif
