Changeset 3959 for trunk/psLib/src/collections/psPixels.h
- Timestamp:
- May 18, 2005, 11:38:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psPixels.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psPixels.h
r3761 r3959 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 4-23 00:10:19 $9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-05-18 21:38:19 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 91 91 psImage* out, ///< psImage to recycle, or NULL 92 92 const psPixels* pixels, ///< list of pixels to use 93 const psRegion * region,///< region to define the output mask image93 const psRegion region, ///< region to define the output mask image 94 94 unsigned int maskVal ///< the mask bit-values to act upon 95 95 ); … … 104 104 * @return psPixels* generated psPixels pixel list 105 105 */ 106 psPixels* ps MaskToPixels(106 psPixels* psPixelsFromMask( 107 107 psPixels *out, ///< psPixels to recycle, or NULL 108 108 const psImage *mask, ///< the input mask psImage … … 125 125 ); 126 126 127 /** Prints a psPixels to specified destination. */ 128 bool p_psPixelsPrint( 129 FILE *fd, 130 psPixels* pixels, 131 const char *name 132 ); 133 127 134 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
