Changeset 727 for trunk/psLib/src/image/psImage.h
- Timestamp:
- May 18, 2004, 3:20:02 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
r719 r727 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05-1 8 23:26:26$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-05-19 01:20:02 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 107 107 ); 108 108 109 /** Deallocate the image buffer of a psImage.110 *111 * deallocates the image buffer while preserving the psImage struct and any children.112 *113 */114 void psImageFreePixels(115 psImage* restrict image ///< psImage to free pixel memory from116 );117 118 109 /** Frees all children of a psImage. 119 110 *
Note:
See TracChangeset
for help on using the changeset viewer.
