Changeset 4401 for trunk/psLib/src/collections/psPixels.h
- Timestamp:
- Jun 27, 2005, 10:38:12 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psPixels.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psPixels.h
r4321 r4401 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-2 0 22:42:29$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-27 20:38:12 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 */ 54 54 psPixels* psPixelsAlloc( 55 int size///< the size of the coordinate vectors55 psU32 nalloc ///< the size of the coordinate vectors 56 56 ); 57 57 … … 62 62 psPixels* psPixelsRealloc( 63 63 psPixels* pixels, ///< psPixels to resize, or NULL to create new psPixels 64 int size///< the size of the coordinate vectors64 psU32 nalloc ///< the size of the coordinate vectors 65 65 ); 66 66 … … 103 103 psImage* out, ///< psImage to recycle, or NULL 104 104 const psPixels* pixels, ///< list of pixels to use 105 const psRegion region,///< region to define the output mask image106 unsigned int maskVal///< the mask bit-values to act upon105 psRegion region, ///< region to define the output mask image 106 psMaskType maskVal ///< the mask bit-values to act upon 107 107 ); 108 108 … … 119 119 psPixels *out, ///< psPixels to recycle, or NULL 120 120 const psImage *mask, ///< the input mask psImage 121 unsigned int maskVal///< the mask bit-values to act upon121 psMaskType maskVal ///< the mask bit-values to act upon 122 122 ); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.
