#include <mitkTwoStepLinearModel.h>
Definition at line 23 of file mitkTwoStepLinearModel.h.
◆ ConstPointer
◆ ParameterNameType
◆ ParametersSizeType
◆ Pointer
◆ Self
◆ Superclass
◆ TwoStepLinearModel()
mitk::TwoStepLinearModel::TwoStepLinearModel |
( |
| ) |
|
|
inlineprotected |
◆ ~TwoStepLinearModel()
virtual mitk::TwoStepLinearModel::~TwoStepLinearModel |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ Clone()
Pointer mitk::TwoStepLinearModel::Clone |
( |
| ) |
const |
◆ ComputeDerivedParameters()
◆ ComputeModelfunction()
◆ GetClassName()
virtual const char* mitk::TwoStepLinearModel::GetClassName |
( |
| ) |
const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from mitk::ModelBase.
◆ GetDerivedParameterNames()
Returns the names of derived parameters that can/will be computed by the model given specific model parameters.
Reimplemented from mitk::ModelBase.
◆ GetFunctionString()
Default implementation returns an empty functions string.
Reimplemented from mitk::ModelBase.
◆ GetModelDisplayName()
virtual std::string mitk::TwoStepLinearModel::GetModelDisplayName |
( |
| ) |
const |
|
overridevirtual |
Default implementation returns GetClassID as display name.
Reimplemented from mitk::ModelBase.
◆ GetModelType()
virtual std::string mitk::TwoStepLinearModel::GetModelType |
( |
| ) |
const |
|
overridevirtual |
Default implementation returns "Unkown" as model type.
Reimplemented from mitk::ModelBase.
◆ GetNumberOfDerivedParameters()
virtual ParametersSizeType mitk::TwoStepLinearModel::GetNumberOfDerivedParameters |
( |
| ) |
const |
|
overridevirtual |
Returns the number of derived parameters that can/will be computed by the model given specific model parameters.
Reimplemented from mitk::ModelBase.
◆ GetNumberOfParameters()
◆ GetNumberOfStaticParameters()
virtual 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()
◆ GetStaticParameterNames()
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()
◆ GetXName()
virtual std::string mitk::TwoStepLinearModel::GetXName |
( |
| ) |
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()
◆ MODELL_NAME
const std::string mitk::TwoStepLinearModel::MODELL_NAME |
|
static |
◆ NAME_PARAMETER_a1
const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_a1 |
|
static |
◆ NAME_PARAMETER_a2
const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_a2 |
|
static |
◆ NAME_PARAMETER_t
const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_t |
|
static |
◆ NAME_PARAMETER_y1
const std::string mitk::TwoStepLinearModel::NAME_PARAMETER_y1 |
|
static |
◆ NUMBER_OF_PARAMETERS
const unsigned int mitk::TwoStepLinearModel::NUMBER_OF_PARAMETERS |
|
static |
◆ POSITION_PARAMETER_a1
const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_a1 |
|
static |
◆ POSITION_PARAMETER_a2
const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_a2 |
|
static |
◆ POSITION_PARAMETER_t
const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_t |
|
static |
◆ POSITION_PARAMETER_y1
const unsigned int mitk::TwoStepLinearModel::POSITION_PARAMETER_y1 |
|
static |
The documentation for this class was generated from the following file: