Changeset 1440 for trunk/psLib/src/image/psImageIO.h
- Timestamp:
- Aug 9, 2004, 1:34:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.h
r1407 r1440 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-0 7 00:06:06$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 23:34:58 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 27 27 /** Read an image or subimage from a FITS file specified by a filename. 28 28 * 29 * return psImage* The image read from the specified file. NULL29 * return psImage* The image read from the specified file. NULL 30 30 * signifies that a problem had occured. 31 31 */ 32 psImage *psImageReadSection(psImage* output,32 psImage* psImageReadSection(psImage* output, 33 33 34 34 /**< the output psImage to recycle, or NULL if new psImage desired */ … … 67 67 * return bool TRUE is successful, otherwise FALSE. 68 68 */ 69 bool psImageWriteSection(psImage * input,69 bool psImageWriteSection(psImage* input, 70 70 71 71 /**< the psImage to write */
Note:
See TracChangeset
for help on using the changeset viewer.
