Index: trunk/psLib/src/imageops/psImageGeomManip.h
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.h	(revision 4214)
+++ trunk/psLib/src/imageops/psImageGeomManip.h	(revision 4243)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-11 02:19:05 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-14 02:54:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -119,5 +119,5 @@
  *
  *  Transform the input image according the supplied transformation. The size
- *  of the transformed image is deï¬ned by the supplied output image, if
+ *  of the transformed image is defined by the supplied output image, if
  *  non-NULL, or the region otherwise (size region.x1 - region.x0 by region.y1
  *  region.y0, with out->x0 = region.x0 and out->y0 = region.y0). If the
@@ -149,8 +149,9 @@
     int inputMaskVal,                  ///< masking value for inputMask
     const psPlaneTransform *outToIn,   ///< the transform to apply
-    const psRegion region,             ///<
-    const psPixels* pixels,            ///<
-    psImageInterpolateMode mode,       ///<
-    int exposedValue                   ///<
+    const psRegion region,             ///< the size of the transformed image
+    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
+                                             *  output image shall be transformed; otherwise, entire image generated*/
+    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
+    int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
 );
 
