13 #ifndef __MITK_EXPONENTIAL_SATURATION_MODEL_H_
14 #define __MITK_EXPONENTIAL_SATURATION_MODEL_H_
39 itkFactorylessNewMacro(
Self);
127 void operator=(
const Self&);
#define MITKMODELFIT_EXPORT
This generic model has the form: if x<onset: y(x) = baseline , else: y(x) = baseline + (y_final-basel...
static const std::string UNIT_PARAMETER_k
static const std::string Y_AXIS_UNIT
static const std::string Y_AXIS_NAME
std::string GetXAxisUnit() const override
ExponentialSaturationModel Self
ParameterNamesType GetStaticParameterNames() const override
std::string GetXName() const override
itk::SmartPointer< Self > Pointer
static const unsigned int POSITION_PARAMETER_y_bl
std::string GetModelType() const override
static const unsigned int NUMBER_OF_STATIC_PARAMETERS
std::string GetXAxisName() const override
static const std::string FUNCTION_STRING
static const std::string UNIT_PARAMETER_BAT
ParameterNamesType GetParameterNames() const override
ParamterUnitMapType GetParameterUnits() const override
static const std::string NAME_PARAMETER_k
std::string GetYAxisUnit() const override
std::string GetModelDisplayName() const override
static const std::string NAME_PARAMETER_y_fin
static const std::string NAME_PARAMETER_BAT
void SetStaticParameter(const ParameterNameType &name, const StaticParameterValuesType &values) override
ExponentialSaturationModel()
static const std::string MODEL_DISPLAY_NAME
Superclass::ParameterNameType ParameterNameType
static const unsigned int POSITION_PARAMETER_y_fin
static const std::string MODEL_TYPE
itk::LightObject::Pointer InternalClone() const override
FunctionStringType GetFunctionString() const override
ParametersSizeType GetNumberOfParameters() const override
itk::SmartPointer< const Self > ConstPointer
static const std::string X_NAME
static const std::string UNIT_PARAMETER_y_bl
static const std::string X_AXIS_UNIT
static const unsigned int NUMBER_OF_PARAMETERS
StaticParameterValuesType GetStaticParameterValue(const ParameterNameType &name) const override
std::string GetYAxisName() const override
ModelResultType ComputeModelfunction(const ParametersType ¶meters) const override
mitk::ModelBase Superclass
static const std::string X_AXIS_NAME
ParametersSizeType GetNumberOfStaticParameters() const override
static const unsigned int POSITION_PARAMETER_BAT
~ExponentialSaturationModel() override
static const unsigned int POSITION_PARAMETER_k
static const std::string NAME_PARAMETER_y_bl
Superclass::ParametersSizeType ParametersSizeType
static const std::string UNIT_PARAMETER_y_fin
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ParametersSizeType ParametersSizeType
ModelTraitsInterface::ParameterNamesType ParameterNamesType
std::vector< StaticParameterValueType > StaticParameterValuesType
ModelTraitsInterface::ParameterNameType ParameterNameType
ModelTraitsInterface::ModelResultType ModelResultType
ModelTraitsInterface::ParametersType ParametersType
std::string FunctionStringType
std::map< ParameterNameType, std::string > ParamterUnitMapType
Find image slices visible on a given plane.