IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2005, 1:56:51 PM (21 years ago)
Author:
drobbin
Message:

Relatively minor changes from new SDRS rev16

File:
1 edited

Legend:

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

    r4938 r5064  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-09-01 01:05:41 $
     10 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-09-16 23:56:48 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9494void psImageMaskRegion(
    9595    psImage *image,                    ///< the image to set
    96     psRegion *region,                  ///< the specified region
     96    psRegion region,                   ///< the specified region
    9797    const char *op,                    ///< the logical operation
    9898    psMaskType maskValue               ///< the specified bits
     
    106106void psImageKeepRegion(
    107107    psImage *image,                    ///< the image to set
    108     psRegion *region,                  ///< the specified region
     108    psRegion region,                   ///< the specified region
    109109    const char *op,                    ///< the logical operation
    110110    psMaskType maskValue               ///< the specified bits
Note: See TracChangeset for help on using the changeset viewer.