13 #ifndef mitkModelFactoryBase_h
14 #define mitkModelFactoryBase_h
16 #include <itkObject.h>
86 void operator=(
const Self&);
#define MITKMODELFIT_EXPORT
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ModellClassIDType ModellClassIDType
virtual ModelBasePointer CreateModel() const =0
virtual ConstraintCheckerBase::Pointer CreateDefaultConstraints() const =0
ModelTraitsInterface::DerivedParamterUnitMapType DerivedParamterUnitMapType
ModelTraitsInterface::ParamterScaleMapType ParamterScaleMapType
ModelBaseType::Pointer ModelBasePointer
ModelParameterizerBase::Pointer CreateParameterizer(const modelFit::ModelFitInfo *fit) const
virtual ParametersType GetDefaultInitialParameterization() const =0
ModelTraitsInterface::ParameterNamesType ParameterNamesType
ModelTraitsInterface::DerivedParamterScaleMapType DerivedParamterScaleMapType
ModelTraitsInterface::DerivedParametersSizeType DerivedParametersSizeType
ModelTraitsInterface::FunctionStringType FunctionStringType
ModelTraitsInterface::DerivedParameterNamesType DerivedParameterNamesType
mitkClassMacroItkParent(ModelFactoryBase, itk::Object)
ModelTraitsInterface::ParamterUnitMapType ParamterUnitMapType
ModelTraitsInterface::ParametersSizeType ParametersSizeType
~ModelFactoryBase() override
ModelTraitsInterface::ParameterNameType ParameterNameType
virtual ModelParameterizerBase::Pointer DoCreateParameterizer(const modelFit::ModelFitInfo *fit) const =0
std::map< ParameterNameType, double > ParamterScaleMapType
std::string FunctionStringType
ParametersType::SizeValueType ParametersSizeType
ParametersSizeType DerivedParametersSizeType
std::map< ParameterNameType, std::string > ParamterUnitMapType
std::string ModellClassIDType
itk::Array< ParameterValueType > ParametersType
std::string ParameterNameType
std::map< ParameterNameType, std::string > DerivedParamterUnitMapType
std::map< ParameterNameType, double > DerivedParamterScaleMapType
ParameterNamesType DerivedParameterNamesType
std::vector< ParameterNameType > ParameterNamesType
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Find image slices visible on a given plane.