13 #ifndef mitkExponentialDecayModel_h
14 #define mitkExponentialDecayModel_h
40 itkFactorylessNewMacro(
Self);
137 void operator=(
const Self&);
#define MITKMODELFIT_EXPORT
Simple model of exponential decay in the form of: y(x) = y-intercept * exp(-x/lambda) with lambda bei...
mitk::ModelBase Superclass
ExponentialDecayModel Self
static const std::string UNIT_DERIVED_PARAMETER_k
std::string GetXName() const override
ModelResultType ComputeModelfunction(const ParametersType ¶meters) const override
ParametersSizeType GetNumberOfStaticParameters() const override
static const std::string MODEL_TYPE
static const unsigned int POSITION_PARAMETER_lambda
ParamterUnitMapType GetDerivedParameterUnits() const override
ParamterUnitMapType GetParameterUnits() const override
static const std::string X_AXIS_NAME
ParameterNamesType GetDerivedParameterNames() const override
static const std::string UNIT_PARAMETER_lambda
FunctionStringType GetFunctionString() const override
itk::LightObject::Pointer InternalClone() const override
std::string GetXAxisUnit() const override
static const unsigned int POSITION_PARAMETER_y0
std::string GetXAxisName() const override
static const std::string Y_AXIS_NAME
std::string GetYAxisName() const override
static const unsigned int NUMBER_OF_DERIVED_PARAMETERS
itk::SmartPointer< Self > Pointer
static const std::string NAME_PARAMETER_lambda
ParameterNamesType GetParameterNames() const override
static const unsigned int NUMBER_OF_STATIC_PARAMETERS
~ExponentialDecayModel() override
static const unsigned int NUMBER_OF_PARAMETERS
std::string GetModelType() const override
std::string GetYAxisUnit() const override
static const std::string Y_AXIS_UNIT
StaticParameterValuesType GetStaticParameterValue(const ParameterNameType &name) const override
mitk::ModelBase::DerivedParameterMapType ComputeDerivedParameters(const mitk::ModelBase::ParametersType ¶meters) const
ParametersSizeType GetNumberOfParameters() const override
static const std::string X_NAME
static const std::string FUNCTION_STRING
ParametersSizeType GetNumberOfDerivedParameters() const override
static const std::string NAME_DERIVED_PARAMETER_k
Superclass::ParameterNameType ParameterNameType
std::string GetModelDisplayName() const override
ParameterNamesType GetStaticParameterNames() const override
Superclass::ParametersSizeType ParametersSizeType
void SetStaticParameter(const ParameterNameType &name, const StaticParameterValuesType &values) override
static const std::string X_AXIS_UNIT
static const std::string UNIT_PARAMETER_y0
static const std::string NAME_PARAMETER_y0
itk::SmartPointer< const Self > ConstPointer
static const std::string MODEL_DISPLAY_NAME
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::map< ParameterNameType, DerivedParameterValueType > DerivedParameterMapType
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.