Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
mitk::TwoStepLinearModel Class Reference

#include <mitkTwoStepLinearModel.h>

Inheritance diagram for mitk::TwoStepLinearModel:
Collaboration diagram for mitk::TwoStepLinearModel:

Public Types

typedef TwoStepLinearModel Self
 
typedef mitk::ModelBase Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ParameterNameType ParameterNameType
 
typedef Superclass::ParametersSizeType ParametersSizeType
 
- Public Types inherited from mitk::ModelBase
typedef ModelBase Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef ModelTraitsInterface::ModelResultType ModelResultType
 
typedef ModelTraitsInterface::ParameterValueType ParameterValueType
 
typedef ModelTraitsInterface::ParametersType ParametersType
 
typedef itk::Array< double > TimeGridType
 
typedef ModelTraitsInterface::ParameterNameType ParameterNameType
 
typedef ModelTraitsInterface::ParameterNamesType ParameterNamesType
 
typedef ModelTraitsInterface::ParametersSizeType ParametersSizeType
 
typedef ModelTraitsInterface::DerivedParameterNamesType DerivedParameterNamesType
 
typedef ModelTraitsInterface::DerivedParametersSizeType DerivedParametersSizeType
 
typedef double StaticParameterValueType
 
typedef std::vector< StaticParameterValueTypeStaticParameterValuesType
 
typedef std::map< ParameterNameType, StaticParameterValuesTypeStaticParameterMapType
 
typedef double DerivedParameterValueType
 
typedef std::map< ParameterNameType, DerivedParameterValueTypeDerivedParameterMapType
 
- Public Types inherited from mitk::ModelTraitsInterface
typedef itk::Array< double > ModelResultType
 
using ParameterValueType = double
 
typedef itk::Array< ParameterValueTypeParametersType
 
typedef std::string ParameterNameType
 
typedef std::vector< ParameterNameTypeParameterNamesType
 
typedef ParametersType::SizeValueType ParametersSizeType
 
typedef ParameterNamesType DerivedParameterNamesType
 
typedef ParametersSizeType DerivedParametersSizeType
 
typedef std::map< ParameterNameType, double > ParamterScaleMapType
 
typedef std::map< ParameterNameType, std::string > ParamterUnitMapType
 
typedef std::map< ParameterNameType, double > DerivedParamterScaleMapType
 
typedef std::map< ParameterNameType, std::string > DerivedParamterUnitMapType
 
typedef std::string FunctionStringType
 
typedef std::string ModellClassIDType
 

Public Member Functions

Pointer Clone () const
 
virtual const char * GetClassName () const
 
ParameterNamesType GetParameterNames () const override
 
ParametersSizeType GetNumberOfParameters () const override
 
ParamterUnitMapType GetParameterUnits () const override
 
ParameterNamesType GetDerivedParameterNames () const override
 
ParametersSizeType GetNumberOfDerivedParameters () const override
 
ParamterUnitMapType GetDerivedParameterUnits () const override
 
ParameterNamesType GetStaticParameterNames () const override
 
ParametersSizeType GetNumberOfStaticParameters () const override
 
std::string GetModelDisplayName () const override
 
std::string GetModelType () const override
 
FunctionStringType GetFunctionString () const override
 
std::string GetXName () const override
 
std::string GetXAxisName () const override
 
std::string GetXAxisUnit () const override
 
std::string GetYAxisName () const override
 
std::string GetYAxisUnit () const override
 
- Public Member Functions inherited from mitk::ModelBase
ParamterScaleMapType GetParameterScales () const override
 
DerivedParamterScaleMapType GetDerivedParameterScales () const override
 
ModellClassIDType GetClassID () const override
 
virtual ParamterUnitMapType GetStaticParameterUnits () const
 
void SetStaticParameters (const StaticParameterMapType &parameters, bool allParameters=true)
 
StaticParameterMapType GetStaticParameters () const
 
DerivedParameterMapType GetDerivedParameters (const ParametersType &parameters) const
 
virtual void SetTimeGrid (const TimeGridType &grid)
 
virtual const TimeGridTypeGetTimeGrid ()
 
ModelResultType GetSignal (const ParametersType &parameters) const
 

Static Public Member Functions

static Pointer New ()
 

Static Public Attributes

static const std::string NAME_PARAMETER_y0
 
static const std::string NAME_PARAMETER_x0
 
static const std::string NAME_PARAMETER_b0
 
static const std::string NAME_PARAMETER_b1
 
static const unsigned int NUMBER_OF_PARAMETERS
 
static const std::string UNIT_PARAMETER_y0
 
static const std::string UNIT_PARAMETER_x0
 
static const std::string UNIT_PARAMETER_b0
 
static const std::string UNIT_PARAMETER_b1
 
static const unsigned int POSITION_PARAMETER_y0
 
static const unsigned int POSITION_PARAMETER_x0
 
static const unsigned int POSITION_PARAMETER_b0
 
static const unsigned int POSITION_PARAMETER_b1
 
static const std::string NAME_DERIVED_PARAMETER_auc
 
static const std::string NAME_DERIVED_PARAMETER_y_fin
 
static const std::string NAME_DERIVED_PARAMETER_y_max
 
static const std::string NAME_DERIVED_PARAMETER_y1
 
static const unsigned int NUMBER_OF_DERIVED_PARAMETERS
 
static const std::string UNIT_DERIVED_PARAMETER_auc
 
static const std::string UNIT_DERIVED_PARAMETER_y_fin
 
static const std::string UNIT_DERIVED_PARAMETER_y_max
 
static const std::string UNIT_DERIVED_PARAMETER_y1
 
static const unsigned int NUMBER_OF_STATIC_PARAMETERS
 
static const std::string MODEL_DISPLAY_NAME
 
static const std::string MODEL_TYPE
 
static const std::string FUNCTION_STRING
 
static const std::string X_NAME
 
static const std::string X_AXIS_NAME
 
static const std::string X_AXIS_UNIT
 
static const std::string Y_AXIS_NAME
 
static const std::string Y_AXIS_UNIT
 

Protected Member Functions

 TwoStepLinearModel ()
 
virtual ~TwoStepLinearModel ()
 
virtual itk::LightObject::Pointer InternalClone () const
 
virtual ModelResultType ComputeModelfunction (const ParametersType &parameters) const
 
virtual DerivedParameterMapType ComputeDerivedParameters (const mitk::ModelBase::ParametersType &parameters) const
 
virtual void SetStaticParameter (const ParameterNameType &name, const StaticParameterValuesType &values)
 
virtual StaticParameterValuesType GetStaticParameterValue (const ParameterNameType &name) const
 
- Protected Member Functions inherited from mitk::ModelBase
virtual bool ValidateModel (std::string &error) const
 
 ModelBase ()
 
 ~ModelBase () override
 
void PrintSelf (std::ostream &os, ::itk::Indent indent) const override
 
- Protected Member Functions inherited from mitk::ModelTraitsInterface
 ModelTraitsInterface ()
 
virtual ~ModelTraitsInterface ()
 

Static Protected Member Functions

static double ComputeSignalFromParameters (double x, double t, double a1, double a2, double b1, double b2)
 

Additional Inherited Members

- Protected Attributes inherited from mitk::ModelBase
TimeGridType m_TimeGrid
 

Detailed Description

Definition at line 23 of file mitkTwoStepLinearModel.h.

Member Typedef Documentation

◆ ConstPointer

◆ ParameterNameType

typedef Superclass::ParameterNameType mitk::TwoStepLinearModel::ParameterNameType

Definition at line 32 of file mitkTwoStepLinearModel.h.

◆ ParametersSizeType

typedef Superclass::ParametersSizeType mitk::TwoStepLinearModel::ParametersSizeType

Definition at line 33 of file mitkTwoStepLinearModel.h.

◆ Pointer

◆ Self

◆ Superclass

Constructor & Destructor Documentation

◆ TwoStepLinearModel()

mitk::TwoStepLinearModel::TwoStepLinearModel ( )
inlineprotected

Definition at line 124 of file mitkTwoStepLinearModel.h.

◆ ~TwoStepLinearModel()

virtual mitk::TwoStepLinearModel::~TwoStepLinearModel ( )
inlineprotectedvirtual

Definition at line 125 of file mitkTwoStepLinearModel.h.

Member Function Documentation

◆ Clone()

Pointer mitk::TwoStepLinearModel::Clone ( ) const

◆ ComputeDerivedParameters()

virtual DerivedParameterMapType mitk::TwoStepLinearModel::ComputeDerivedParameters ( const mitk::ModelBase::ParametersType parameters) const
protectedvirtual

Helper function called by GetDerivedParameters(). Implement in derived classes to realize the concrete computation of derived parameters.

Remarks
Default implementation has no derived parameters

Reimplemented from mitk::ModelBase.

◆ ComputeModelfunction()

virtual ModelResultType mitk::TwoStepLinearModel::ComputeModelfunction ( const ParametersType parameters) const
protectedvirtual

Implements mitk::ModelBase.

◆ ComputeSignalFromParameters()

static double mitk::TwoStepLinearModel::ComputeSignalFromParameters ( double  x,
double  t,
double  a1,
double  a2,
double  b1,
double  b2 
)
staticprotected

◆ GetClassName()

virtual const char* mitk::TwoStepLinearModel::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from mitk::ModelBase.

◆ GetDerivedParameterNames()

ParameterNamesType mitk::TwoStepLinearModel::GetDerivedParameterNames ( ) const
overridevirtual

Returns the names of derived parameters that can/will be computed by the model given specific model parameters.

Remarks
Default implementation has no derived parameters

Reimplemented from mitk::ModelBase.

◆ GetDerivedParameterUnits()

ParamterUnitMapType mitk::TwoStepLinearModel::GetDerivedParameterUnits ( ) const
overridevirtual

Default implementation returns no unit string ("") for every defined derived parameter.

Reimplemented from mitk::ModelBase.

◆ GetFunctionString()

FunctionStringType mitk::TwoStepLinearModel::GetFunctionString ( ) const
overridevirtual

Default implementation returns an empty functions string.

Reimplemented from mitk::ModelBase.

◆ GetModelDisplayName()

std::string mitk::TwoStepLinearModel::GetModelDisplayName ( ) const
overridevirtual

Default implementation returns GetClassID as display name.

Reimplemented from mitk::ModelBase.

◆ GetModelType()

std::string mitk::TwoStepLinearModel::GetModelType ( ) const
overridevirtual

Default implementation returns "Unkown" as model type.

Reimplemented from mitk::ModelBase.

◆ GetNumberOfDerivedParameters()

ParametersSizeType mitk::TwoStepLinearModel::GetNumberOfDerivedParameters ( ) const
overridevirtual

Returns the number of derived parameters that can/will be computed by the model given specific model parameters.

Remarks
Default implementation has no derived parameters

Reimplemented from mitk::ModelBase.

◆ GetNumberOfParameters()

ParametersSizeType mitk::TwoStepLinearModel::GetNumberOfParameters ( ) const
overridevirtual

Returns the number of parameters that must be defined when using the model to compute the signal (GetSignal()).

Implements mitk::ModelTraitsInterface.

◆ GetNumberOfStaticParameters()

ParametersSizeType mitk::TwoStepLinearModel::GetNumberOfStaticParameters ( ) const
overridevirtual

Returns the number of static parameters that will be used when using the model to compute the signal (but are not defined via GetSignal()).

Implements mitk::ModelBase.

◆ GetParameterNames()

ParameterNamesType mitk::TwoStepLinearModel::GetParameterNames ( ) const
overridevirtual

Returns the names of parameters that must be defined when using the model to compute the signal (GetSignal()).

Implements mitk::ModelTraitsInterface.

◆ GetParameterUnits()

ParamterUnitMapType mitk::TwoStepLinearModel::GetParameterUnits ( ) const
overridevirtual

Default implementation returns no unit string ("") for every defined parameter.

Reimplemented from mitk::ModelBase.

◆ GetStaticParameterNames()

ParameterNamesType mitk::TwoStepLinearModel::GetStaticParameterNames ( ) const
overridevirtual

Returns the names of static parameters that will be used when using the model to compute the signal (but are not defined via GetSignal()).

Implements mitk::ModelBase.

◆ GetStaticParameterValue()

virtual StaticParameterValuesType mitk::TwoStepLinearModel::GetStaticParameterValue ( const ParameterNameType name) const
protectedvirtual

Helper function called by GetStaticParameters(). Implement in derived classes to realize the concrete retrieval of static parameters.

Implements mitk::ModelBase.

◆ GetXAxisName()

std::string mitk::TwoStepLinearModel::GetXAxisName ( ) const
overridevirtual

Default implementation returns an empty string.

Reimplemented from mitk::ModelBase.

◆ GetXAxisUnit()

std::string mitk::TwoStepLinearModel::GetXAxisUnit ( ) const
overridevirtual

Default implementation returns an empty string.

Reimplemented from mitk::ModelBase.

◆ GetXName()

std::string mitk::TwoStepLinearModel::GetXName ( ) const
overridevirtual

Default implementation returns an empty string.

Reimplemented from mitk::ModelBase.

◆ GetYAxisName()

std::string mitk::TwoStepLinearModel::GetYAxisName ( ) const
overridevirtual

Default implementation returns an empty string.

Reimplemented from mitk::ModelBase.

◆ GetYAxisUnit()

std::string mitk::TwoStepLinearModel::GetYAxisUnit ( ) const
overridevirtual

Default implementation returns an empty string.

Reimplemented from mitk::ModelBase.

◆ InternalClone()

virtual itk::LightObject::Pointer mitk::TwoStepLinearModel::InternalClone ( ) const
protectedvirtual

Actual implementation of the clone method. This method should be reimplemeted in subclasses to clone the extra required parameters.

◆ New()

static Pointer mitk::TwoStepLinearModel::New ( )
static

Method for creation through the object factory.

◆ SetStaticParameter()

virtual void mitk::TwoStepLinearModel::SetStaticParameter ( const ParameterNameType name,
const StaticParameterValuesType values 
)
protectedvirtual

Helper function called by SetStaticParameters(). Implement in derived classes to realize the concrete setting of static parameters.

Implements mitk::ModelBase.

Member Data Documentation

◆ FUNCTION_STRING

const std::string mitk::TwoStepLinearModel::FUNCTION_STRING
static

Definition at line 77 of file mitkTwoStepLinearModel.h.

◆ MODEL_DISPLAY_NAME

const std::string mitk::TwoStepLinearModel::MODEL_DISPLAY_NAME
static

Definition at line 73 of file mitkTwoStepLinearModel.h.

◆ MODEL_TYPE

const std::string mitk::TwoStepLinearModel::MODEL_TYPE
static

Definition at line 75 of file mitkTwoStepLinearModel.h.

◆ NAME_DERIVED_PARAMETER_auc

const std::string mitk::TwoStepLinearModel::NAME_DERIVED_PARAMETER_auc
static

Definition at line 59 of file mitkTwoStepLinearModel.h.

◆ NAME_DERIVED_PARAMETER_y1

const std::string mitk::TwoStepLinearModel::NAME_DERIVED_PARAMETER_y1
static

Definition at line 62 of file mitkTwoStepLinearModel.h.

◆ NAME_DERIVED_PARAMETER_y_fin

const std::string mitk::TwoStepLinearModel::NAME_DERIVED_PARAMETER_y_fin
static

Definition at line 60 of file mitkTwoStepLinearModel.h.

◆ NAME_DERIVED_PARAMETER_y_max

const std::string mitk::TwoStepLinearModel::NAME_DERIVED_PARAMETER_y_max
static

Definition at line 61 of file mitkTwoStepLinearModel.h.

◆ NAME_PARAMETER_b0

const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_b0
static

Definition at line 44 of file mitkTwoStepLinearModel.h.

◆ NAME_PARAMETER_b1

const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_b1
static

Definition at line 45 of file mitkTwoStepLinearModel.h.

◆ NAME_PARAMETER_x0

const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_x0
static

Definition at line 43 of file mitkTwoStepLinearModel.h.

◆ NAME_PARAMETER_y0

const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_y0
static

Definition at line 42 of file mitkTwoStepLinearModel.h.

◆ NUMBER_OF_DERIVED_PARAMETERS

const unsigned int mitk::TwoStepLinearModel::NUMBER_OF_DERIVED_PARAMETERS
static

Definition at line 64 of file mitkTwoStepLinearModel.h.

◆ NUMBER_OF_PARAMETERS

const unsigned int mitk::TwoStepLinearModel::NUMBER_OF_PARAMETERS
static

Definition at line 47 of file mitkTwoStepLinearModel.h.

◆ NUMBER_OF_STATIC_PARAMETERS

const unsigned int mitk::TwoStepLinearModel::NUMBER_OF_STATIC_PARAMETERS
static

Definition at line 71 of file mitkTwoStepLinearModel.h.

◆ POSITION_PARAMETER_b0

const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_b0
static

Definition at line 56 of file mitkTwoStepLinearModel.h.

◆ POSITION_PARAMETER_b1

const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_b1
static

Definition at line 57 of file mitkTwoStepLinearModel.h.

◆ POSITION_PARAMETER_x0

const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_x0
static

Definition at line 55 of file mitkTwoStepLinearModel.h.

◆ POSITION_PARAMETER_y0

const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_y0
static

Definition at line 54 of file mitkTwoStepLinearModel.h.

◆ UNIT_DERIVED_PARAMETER_auc

const std::string mitk::TwoStepLinearModel::UNIT_DERIVED_PARAMETER_auc
static

Definition at line 66 of file mitkTwoStepLinearModel.h.

◆ UNIT_DERIVED_PARAMETER_y1

const std::string mitk::TwoStepLinearModel::UNIT_DERIVED_PARAMETER_y1
static

Definition at line 69 of file mitkTwoStepLinearModel.h.

◆ UNIT_DERIVED_PARAMETER_y_fin

const std::string mitk::TwoStepLinearModel::UNIT_DERIVED_PARAMETER_y_fin
static

Definition at line 67 of file mitkTwoStepLinearModel.h.

◆ UNIT_DERIVED_PARAMETER_y_max

const std::string mitk::TwoStepLinearModel::UNIT_DERIVED_PARAMETER_y_max
static

Definition at line 68 of file mitkTwoStepLinearModel.h.

◆ UNIT_PARAMETER_b0

const std::string mitk::TwoStepLinearModel::UNIT_PARAMETER_b0
static

Definition at line 51 of file mitkTwoStepLinearModel.h.

◆ UNIT_PARAMETER_b1

const std::string mitk::TwoStepLinearModel::UNIT_PARAMETER_b1
static

Definition at line 52 of file mitkTwoStepLinearModel.h.

◆ UNIT_PARAMETER_x0

const std::string mitk::TwoStepLinearModel::UNIT_PARAMETER_x0
static

Definition at line 50 of file mitkTwoStepLinearModel.h.

◆ UNIT_PARAMETER_y0

const std::string mitk::TwoStepLinearModel::UNIT_PARAMETER_y0
static

Definition at line 49 of file mitkTwoStepLinearModel.h.

◆ X_AXIS_NAME

const std::string mitk::TwoStepLinearModel::X_AXIS_NAME
static

Definition at line 81 of file mitkTwoStepLinearModel.h.

◆ X_AXIS_UNIT

const std::string mitk::TwoStepLinearModel::X_AXIS_UNIT
static

Definition at line 83 of file mitkTwoStepLinearModel.h.

◆ X_NAME

const std::string mitk::TwoStepLinearModel::X_NAME
static

Definition at line 79 of file mitkTwoStepLinearModel.h.

◆ Y_AXIS_NAME

const std::string mitk::TwoStepLinearModel::Y_AXIS_NAME
static

Definition at line 85 of file mitkTwoStepLinearModel.h.

◆ Y_AXIS_UNIT

const std::string mitk::TwoStepLinearModel::Y_AXIS_UNIT
static

Definition at line 87 of file mitkTwoStepLinearModel.h.


The documentation for this class was generated from the following file: