Changeset 1073 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jun 23, 2004, 1:00:17 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
r974 r1073 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-06- 10 01:58:06$13 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-23 23:00:15 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 110 110 ); 111 111 112 /** Destroy the specified image.113 *114 * Uses psLib memory deallocation functions to free an image and any existing115 * children.116 *117 */118 void psImageFree(119 psImage *restrict image ///< Free psImage120 );121 122 112 /** Frees all children of a psImage. 123 113 *
Note:
See TracChangeset
for help on using the changeset viewer.
