IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:43:57 PM (20 years ago)
Author:
drobbin
Message:

Made several changes to image functions/tests w.r.t. subimage v. parent image issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageGeomManip.h

    r6354 r6750  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-02-08 01:03:35 $
     10 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-04-01 02:43:57 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    150150    const psPlaneTransform *outToIn,   ///< the transform to apply
    151151    psRegion region,                   ///< the size of the transformed image
    152     const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
    153                                                                                  *  output image shall be transformed; otherwise, entire image generated*/
     152    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies
     153                                            * which pixels in output image shall be transformed;
     154                                            * otherwise, entire image generated*/
    154155    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
    155     double exposedValue                   ///< Exposed value to which non-corresponding pixels are set
     156    double exposedValue                ///< Exposed value to which non-corresponding pixels are set
    156157);
    157158
Note: See TracChangeset for help on using the changeset viewer.