Changeset 6448 for branches/rel10_ifa/psModules/src/objects/pmModelGroup.h
- Timestamp:
- Feb 17, 2006, 7:13:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmModelGroup.h
r5844 r6448 9 9 * @author EAM, IfA 10 10 * 11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-12-24 01:24:32 $11 * @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-02-17 17:13:42 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 92 92 * 93 93 * This function constructs the PSF model for the given source based on the 94 * supplied psf and the FLT model for the object.95 * 96 */ 97 typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *model FLT, pmPSF *psf);94 * supplied psf and the EXT model for the object. 95 * 96 */ 97 typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *modelEXT, pmPSF *psf); 98 98 99 99 /** … … 215 215 void pmModelGroupInit (void); 216 216 217 // free the internal (static) model group 218 void pmModelGroupCleanup (void); 219 217 220 // add a new model to the internal (static) model group 218 221 void pmModelGroupAdd (pmModelGroup *model);
Note:
See TracChangeset
for help on using the changeset viewer.
