Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 11248)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 12431)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-23 22:47:23 $
+ * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-03-14 00:39:50 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
  *  All pixels with values less than min are set to the value vmin.  all pixels
  *  with values greater than max are set to the value vmax. This function is
- *  defined for psU8, psU16, psS8, psS16, psF32, psF64, psC32, and psC64.
+ *  defined for psU8, psU16, psS8, psS16, psF32, psF64.
  *
  *  @return int     The number of clipped pixels
@@ -38,25 +38,8 @@
 );
 
-/** Clip image values outside of a specified complex region
- *
- *  All pixels outside of the rectangular region in complex space formed by
- *  the min and max input parameters are set to the value vmax (if either
- *  the real or imaginary portion exceeds the respective max values), or vmin.
- *  This function is defined for psC32, and psC64 imagery only.
- *
- *  @return int     The number of clipped pixels
- */
-int psImageClipComplexRegion(
-    psImage* input,                    ///< the image to clip
-    double complex min,                ///< the minimum image value allowed
-    double complex vmin,               ///< the value pixels < min are set to
-    double complex max,                ///< the maximum image value allowed
-    double complex vmax                ///< the value pixels > max are set to
-);
-
 /** Clip NaN image pixels to given value.
  *
  *  Pixels with NaN, +Inf, or -Inf values are set to the specified value. This
- *  function is defined for psF32, psF64, psC32, and psC64.
+ *  function is defined for psF32, psF64.
  *
  *  @return int     The number of clipped pixels
@@ -74,5 +57,5 @@
  *  OVERLAY value to image value), "-" (subtract OVERLAY from image), "*"
  *  (multiply OVERLAY times image), "/" (divide image by OVERLAY).  This
- *  function is defined for psU8, psS8, psS16, psF32, psF64, psC32, and psC64.
+ *  function is defined for psU8, psS8, psS16, psF32, psF64.
  *
  *  @return int         0 if success, non-zero if failed.
