Changeset 2067 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Oct 12, 2004, 2:10:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r1936 r2067 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $14 * @date $Date: 2004- 09-30 21:01:09$13 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-13 00:10:50 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 100 100 ); 101 101 102 /** Makes a copy of a psImage 103 * 104 * @return psImage* Copy of the input psImage. This may not be equal to the 105 * output parameter 106 * 107 */ 108 psImage* psImageCopy( 109 psImage* restrict output, ///< if not NULL, a psImage that could be recycled. 110 const psImage* input, ///< the psImage to copy 111 psElemType type ///< the desired datatype of the returned copy 112 ); 113 102 114 /** Frees all children of a psImage. 103 115 *
Note:
See TracChangeset
for help on using the changeset viewer.
