- Timestamp:
- Oct 2, 2009, 12:11:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmModelClass.h
r15697 r25745 29 29 # define PM_MODEL_CLASS_H 30 30 31 #include <pmModel.h> 32 31 33 /// @addtogroup Objects Object Detection / Analysis Functions 32 34 /// @{ 33 35 34 typedef struct 35 { 36 typedef struct { 36 37 char *name; 37 38 int nParams; … … 44 45 pmModelParamsFromPSF modelParamsFromPSF; 45 46 pmModelFitStatusFunc modelFitStatus; 47 pmModelSetLimitsFunc modelSetLimits; 46 48 } pmModelClass; 47 49 … … 73 75 pmModelType pmModelClassGetType (const char *name); 74 76 77 /// Set parameter limits for all models 78 void pmModelClassSetLimits(pmModelLimitsType type); 79 80 75 81 /// @} 76 82 # endif /* PM_MODEL_CLASS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
