IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2005, 3:05:41 PM (21 years ago)
Author:
drobbin
Message:

made requested changes to ImageKeep(Mask)Circle(Region) functions - (char *op)

File:
1 edited

Legend:

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

    r4934 r4938  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-08-31 21:58:22 $
     10 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-09-01 01:05:41 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9595    psImage *image,                    ///< the image to set
    9696    psRegion *region,                  ///< the specified region
    97     bool logical_and,                  ///< the logical operation
     97    const char *op,                    ///< the logical operation
    9898    psMaskType maskValue               ///< the specified bits
    9999);
     
    107107    psImage *image,                    ///< the image to set
    108108    psRegion *region,                  ///< the specified region
    109     bool logical_and,                  ///< the logical operation
     109    const char *op,                    ///< the logical operation
    110110    psMaskType maskValue               ///< the specified bits
    111111);
     
    121121    double y,                          ///< the y coordinate of the circle's center
    122122    double radius,                     ///< the radius of the specified circle
    123     bool logical_and,                  ///< the logical operation
     123    const char *op,                    ///< the logical operation
    124124    psMaskType maskValue               ///< the specified bits
    125125);
     
    135135    double y,                          ///< the y coordinate of the circle's center
    136136    double radius,                     ///< the radius of the specified circle
    137     bool logical_and,                  ///< the logical operation
     137    const char *op,                    ///< the logical operation
    138138    psMaskType maskValue               ///< the specified bits
    139139);
Note: See TracChangeset for help on using the changeset viewer.