Changeset 11253 for trunk/psModules/src/objects/pmModelGroup.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModelGroup.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModelGroup.h
r10257 r11253 1 /** @file pmModelGroup.h 2 * 3 * The object model function types are defined to allow for the flexible addition 4 * of new object models. Every object model, with parameters represented by 5 * pmModel, has an associated set of functions which provide necessary support 6 * operations. A set of abstract functions allow the programmer to select the 7 * approriate function or property for a specific named object model. 8 * 9 * @author EAM, IfA 10 * 11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-11-29 02:36:07 $ 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 * 1 /* @file pmModelGroup.h 2 * 3 * The object model function types are defined to allow for the flexible addition 4 * of new object models. Every object model, with parameters represented by 5 * pmModel, has an associated set of functions which provide necessary support 6 * operations. A set of abstract functions allow the programmer to select the 7 * approriate function or property for a specific named object model. 8 * 9 * @author EAM, IfA 10 * 11 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-24 02:54:15 $ 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 14 */ 17 15 18 16 # ifndef PM_MODEL_GROUP_H 19 17 # define PM_MODEL_GROUP_H 18 19 /// @addtogroup Objects Object Detection / Analysis Functions 20 /// @{ 20 21 21 22 // This function is the model chi-square minimization function for this model. … … 200 201 ); 201 202 203 /// @} 202 204 # endif /* PM_MODEL_GROUP_H */
Note:
See TracChangeset
for help on using the changeset viewer.
