Changeset 11253 for trunk/psModules/src/objects/pmSourceIO.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.h
r10421 r11253 1 /** @file pmSourceIO.h 1 /* @file pmSourceIO.h 2 * @brief functions to read and write object files 2 3 * 3 * @author EAM, IfA; GLG, MHPCC4 * @author EAM, IfA; GLG, MHPCC 4 5 * 5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-12-03 18:48:10 $ 7 * 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ … … 12 12 # ifndef PM_SOURCE_IO_H 13 13 # define PM_SOURCE_IO_H 14 15 /// @addtogroup Objects Object Detection / Analysis Functions 16 /// @{ 14 17 15 18 int pmSourceDophotType (pmSource *source); … … 42 45 bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 43 46 47 /// @} 44 48 # endif /* PM_SOURCE_IO_H */
Note:
See TracChangeset
for help on using the changeset viewer.
