Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::LinearModel Class Reference

#include <mitkLinearModel.h>

Inheritance diagram for mitk::LinearModel:
Collaboration diagram for mitk::LinearModel:

Public Types

typedef LinearModel 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
 
ParamterUnitMapType GetParameterUnits () const override
 
DerivedParamterScaleMapType GetDerivedParameterScales () const override
 
DerivedParamterUnitMapType GetDerivedParameterUnits () const override
 
std::string GetModelDisplayName () const override
 
std::string GetModelType () const override
 
FunctionStringType GetFunctionString () const override
 
ModellClassIDType GetClassID () 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
 
virtual ParamterUnitMapType GetStaticParameterUnits () const
 
DerivedParameterNamesType GetDerivedParameterNames () const override
 
DerivedParametersSizeType GetNumberOfDerivedParameters () const override
 
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_b
 
static const unsigned int NUMBER_OF_PARAMETERS
 
static const std::string UNIT_PARAMETER_y0
 
static const std::string UNIT_PARAMETER_b
 
static const unsigned int POSITION_PARAMETER_y0
 
static const unsigned int POSITION_PARAMETER_b
 
static const std::string NAME_DERIVED_PARAMETER_x_intercept
 
static const unsigned int NUMBER_OF_DERIVED_PARAMETERS
 
static const std::string UNIT_DERIVED_PARAMETER_x_intercept
 
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

 LinearModel ()
 
 ~LinearModel () override
 
itk::LightObject::Pointer InternalClone () const override
 
ModelResultType ComputeModelfunction (const ParametersType &parameters) const override
 
DerivedParameterMapType ComputeDerivedParameters (const mitk::ModelBase::ParametersType &parameters) const override
 
void SetStaticParameter (const ParameterNameType &name, const StaticParameterValuesType &values) override
 
StaticParameterValuesType GetStaticParameterValue (const ParameterNameType &name) const override
 
- 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from mitk::ModelBase
TimeGridType m_TimeGrid
 

Detailed Description

Definition at line 23 of file mitkLinearModel.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 30 of file mitkLinearModel.h.

◆ ParameterNameType

◆ ParametersSizeType

◆ Pointer

Definition at line 29 of file mitkLinearModel.h.

◆ Self

Definition at line 27 of file mitkLinearModel.h.

◆ Superclass

Constructor & Destructor Documentation

◆ LinearModel()

mitk::LinearModel::LinearModel ( )
inlineprotected

Definition at line 112 of file mitkLinearModel.h.

◆ ~LinearModel()

mitk::LinearModel::~LinearModel ( )
inlineoverrideprotected

Definition at line 113 of file mitkLinearModel.h.

Member Function Documentation

◆ Clone()

Pointer mitk::LinearModel::Clone ( ) const

◆ ComputeDerivedParameters()

DerivedParameterMapType mitk::LinearModel::ComputeDerivedParameters ( const mitk::ModelBase::ParametersType parameters) const
overrideprotectedvirtual

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()

ModelResultType mitk::LinearModel::ComputeModelfunction ( const ParametersType parameters) const
overrideprotectedvirtual

Implements mitk::ModelBase.

◆ GetClassName()

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

Run-time type information (and related methods).

Reimplemented from mitk::ModelBase.

◆ GetDerivedParameterNames()

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

Returns the names of derived parameters that must be defined when using the model to compute them (GetDerivedParameters()).

Implements mitk::ModelTraitsInterface.

◆ GetDerivedParameterUnits()

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

◆ GetFunctionString()

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

◆ GetModelDisplayName()

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

◆ GetModelType()

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

◆ GetNumberOfDerivedParameters()

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

Returns the number of derived parameters that must be defined when using the model to compute them (GetDerivedParameters()).

Implements mitk::ModelTraitsInterface.

◆ GetNumberOfParameters()

ParametersSizeType mitk::LinearModel::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::LinearModel::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::LinearModel::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::LinearModel::GetParameterUnits ( ) const
overridevirtual

◆ GetStaticParameterNames()

ParameterNamesType mitk::LinearModel::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()

StaticParameterValuesType mitk::LinearModel::GetStaticParameterValue ( const ParameterNameType name) const
overrideprotectedvirtual

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

Implements mitk::ModelBase.

◆ GetXAxisName()

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

◆ GetXAxisUnit()

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

◆ GetXName()

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

◆ GetYAxisName()

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

◆ GetYAxisUnit()

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

◆ InternalClone()

itk::LightObject::Pointer mitk::LinearModel::InternalClone ( ) const
overrideprotected

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

◆ New()

static Pointer mitk::LinearModel::New ( )
static

Method for creation through the object factory.

◆ SetStaticParameter()

void mitk::LinearModel::SetStaticParameter ( const ParameterNameType name,
const StaticParameterValuesType values 
)
overrideprotectedvirtual

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::LinearModel::FUNCTION_STRING
static

Definition at line 65 of file mitkLinearModel.h.

◆ MODEL_DISPLAY_NAME

const std::string mitk::LinearModel::MODEL_DISPLAY_NAME
static

Definition at line 61 of file mitkLinearModel.h.

◆ MODEL_TYPE

const std::string mitk::LinearModel::MODEL_TYPE
static

Definition at line 63 of file mitkLinearModel.h.

◆ NAME_DERIVED_PARAMETER_x_intercept

const std::string mitk::LinearModel::NAME_DERIVED_PARAMETER_x_intercept
static

Definition at line 53 of file mitkLinearModel.h.

◆ NAME_PARAMETER_b

const std::string mitk::LinearModel::NAME_PARAMETER_b
static

Definition at line 43 of file mitkLinearModel.h.

◆ NAME_PARAMETER_y0

const std::string mitk::LinearModel::NAME_PARAMETER_y0
static

Definition at line 40 of file mitkLinearModel.h.

◆ NUMBER_OF_DERIVED_PARAMETERS

const unsigned int mitk::LinearModel::NUMBER_OF_DERIVED_PARAMETERS
static

Definition at line 55 of file mitkLinearModel.h.

◆ NUMBER_OF_PARAMETERS

const unsigned int mitk::LinearModel::NUMBER_OF_PARAMETERS
static

Definition at line 45 of file mitkLinearModel.h.

◆ NUMBER_OF_STATIC_PARAMETERS

const unsigned int mitk::LinearModel::NUMBER_OF_STATIC_PARAMETERS
static

Definition at line 59 of file mitkLinearModel.h.

◆ POSITION_PARAMETER_b

const unsigned int mitk::LinearModel::POSITION_PARAMETER_b
static

Definition at line 51 of file mitkLinearModel.h.

◆ POSITION_PARAMETER_y0

const unsigned int mitk::LinearModel::POSITION_PARAMETER_y0
static

Definition at line 50 of file mitkLinearModel.h.

◆ UNIT_DERIVED_PARAMETER_x_intercept

const std::string mitk::LinearModel::UNIT_DERIVED_PARAMETER_x_intercept
static

Definition at line 57 of file mitkLinearModel.h.

◆ UNIT_PARAMETER_b

const std::string mitk::LinearModel::UNIT_PARAMETER_b
static

Definition at line 48 of file mitkLinearModel.h.

◆ UNIT_PARAMETER_y0

const std::string mitk::LinearModel::UNIT_PARAMETER_y0
static

Definition at line 47 of file mitkLinearModel.h.

◆ X_AXIS_NAME

const std::string mitk::LinearModel::X_AXIS_NAME
static

Definition at line 69 of file mitkLinearModel.h.

◆ X_AXIS_UNIT

const std::string mitk::LinearModel::X_AXIS_UNIT
static

Definition at line 71 of file mitkLinearModel.h.

◆ X_NAME

const std::string mitk::LinearModel::X_NAME
static

Definition at line 67 of file mitkLinearModel.h.

◆ Y_AXIS_NAME

const std::string mitk::LinearModel::Y_AXIS_NAME
static

Definition at line 73 of file mitkLinearModel.h.

◆ Y_AXIS_UNIT

const std::string mitk::LinearModel::Y_AXIS_UNIT
static

Definition at line 75 of file mitkLinearModel.h.


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