Changeset 4195 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jun 9, 2005, 11:20:20 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r4128 r4195 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-0 7 02:29:44$13 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-09 21:20:20 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 76 76 psArray* children; ///< Children of this region. 77 77 78 psPtr rawDataBuffer; 78 psPtr rawDataBuffer; ///< Raw data buffer for Allocating/Freeing Images 79 79 } 80 80 psImage; … … 151 151 ); 152 152 153 /** Copy an image to a new buffer 154 * 155 * @return True if image copied or false if error 156 */ 153 157 bool p_psImageCopyToRawBuffer( 154 void* buffer, 155 const psImage* input, 156 psElemType type 158 void* buffer, ///< the buffer used to copy the image 159 const psImage* input, ///< the input image to be copied 160 psElemType type ///< the datatype of the image to be copied 157 161 ); 158 162
Note:
See TracChangeset
for help on using the changeset viewer.
