Changeset 4128 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Jun 6, 2005, 4:29:44 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r3990 r4128 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 5-19 23:57:37$13 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-07 02:29:44 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 176 176 ); 177 177 178 /** print image pixel values. 179 * 180 * @return bool TRUE is successful, otherwise FALSE. 181 */ 182 bool p_psImagePrint( 183 FILE *f, ///< Destination stream 184 psImage *a, ///< image to print 185 char *name ///< name of the image (for title) 186 ); 187 178 188 /** Interpolate image pixel value given floating point coordinates. 179 189 *
Note:
See TracChangeset
for help on using the changeset viewer.
