13 #ifndef __MODEL_FACTORY_BASE_H 14 #define __MODEL_FACTORY_BASE_H 16 #include <itkObject.h> 59 virtual ModelBasePointer CreateModel()
const = 0;
73 virtual ParametersType GetDefaultInitialParameterization()
const = 0;
86 void operator=(
const Self&);
90 #endif // __MODEL_FACTORY_BASE_H
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::DerivedParamterUnitMapType DerivedParamterUnitMapType
std::string FunctionStringType
std::map< ParameterNameType, double > DerivedParamterScaleMapType
ParametersType::SizeValueType ParametersSizeType
std::map< ParameterNameType, double > ParamterScaleMapType
ModelTraitsInterface::ParametersSizeType ParametersSizeType
DataCollection - Class to facilitate loading/accessing structured data.
ModelTraitsInterface::DerivedParamterScaleMapType DerivedParamterScaleMapType
ModelTraitsInterface::DerivedParameterNamesType DerivedParameterNamesType
#define MITKMODELFIT_EXPORT
ModelBaseType::Pointer ModelBasePointer
itk::Array< ParameterValueType > ParametersType
std::vector< ParameterNameType > ParameterNamesType
ParameterNamesType DerivedParameterNamesType
#define mitkClassMacroItkParent(className, SuperClassName)
ModelTraitsInterface::FunctionStringType FunctionStringType
ModelTraitsInterface::ModellClassIDType ModellClassIDType
std::string ParameterNameType
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
ModelTraitsInterface::DerivedParametersSizeType DerivedParametersSizeType
std::string ModellClassIDType
ModelTraitsInterface::ParamterScaleMapType ParamterScaleMapType
ModelTraitsInterface::ParameterNamesType ParameterNamesType
ModelTraitsInterface::ParameterNameType ParameterNameType
ParametersSizeType DerivedParametersSizeType
ModelTraitsInterface::ParamterUnitMapType ParamterUnitMapType
std::map< ParameterNameType, std::string > ParamterUnitMapType
std::map< ParameterNameType, std::string > DerivedParamterUnitMapType