IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2005, 10:38:12 AM (21 years ago)
Author:
drobbin
Message:

made required changes based on apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.h

    r4321 r4401  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-20 22:42:29 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-27 20:38:12 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5353 */
    5454psPixels* psPixelsAlloc(
    55     int size                           ///< the size of the coordinate vectors
     55    psU32 nalloc                       ///< the size of the coordinate vectors
    5656);
    5757
     
    6262psPixels* psPixelsRealloc(
    6363    psPixels* pixels,                  ///< psPixels to resize, or NULL to create new psPixels
    64     int size                           ///< the size of the coordinate vectors
     64    psU32 nalloc                       ///< the size of the coordinate vectors
    6565);
    6666
     
    103103    psImage* out,                      ///< psImage to recycle, or NULL
    104104    const psPixels* pixels,            ///< list of pixels to use
    105     const psRegion region,             ///< region to define the output mask image
    106     unsigned int maskVal               ///< the mask bit-values to act upon
     105    psRegion region,                   ///< region to define the output mask image
     106    psMaskType maskVal                 ///< the mask bit-values to act upon
    107107);
    108108
     
    119119    psPixels *out,                     ///< psPixels to recycle, or NULL
    120120    const psImage *mask,               ///< the input mask psImage
    121     unsigned int maskVal               ///< the mask bit-values to act upon
     121    psMaskType maskVal                 ///< the mask bit-values to act upon
    122122);
    123123
Note: See TracChangeset for help on using the changeset viewer.