#include <mitkThreeStepLinearModel.h>
Definition at line 23 of file mitkThreeStepLinearModel.h.
◆ ConstPointer
◆ ParameterNameType
◆ ParametersSizeType
◆ Pointer
◆ Self
◆ Superclass
◆ ThreeStepLinearModel()
mitk::ThreeStepLinearModel::ThreeStepLinearModel |
( |
| ) |
|
|
inlineprotected |
◆ ~ThreeStepLinearModel()
mitk::ThreeStepLinearModel::~ThreeStepLinearModel |
( |
| ) |
|
|
inlineoverrideprotected |
◆ Clone()
Pointer mitk::ThreeStepLinearModel::Clone |
( |
| ) |
const |
◆ ComputeDerivedParameters()
◆ ComputeModelfunction()
◆ GetClassName()
virtual const char* mitk::ThreeStepLinearModel::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.
◆ GetDerivedParameterUnits()
Default implementation returns no unit string ("") for every defined derived parameter.
Reimplemented from mitk::ModelBase.
◆ GetFunctionString()
Default implementation returns an empty functions string.
Reimplemented from mitk::ModelBase.
◆ GetModelDisplayName()
std::string mitk::ThreeStepLinearModel::GetModelDisplayName |
( |
| ) |
const |
|
overridevirtual |
Default implementation returns GetClassID as display name.
Reimplemented from mitk::ModelBase.
◆ GetModelType()
std::string mitk::ThreeStepLinearModel::GetModelType |
( |
| ) |
const |
|
overridevirtual |
Default implementation returns "Unkown" as model type.
Reimplemented from mitk::ModelBase.
◆ GetNumberOfDerivedParameters()
Returns the number of derived parameters that can/will be computed by the model given specific model parameters.
Reimplemented from mitk::ModelBase.
◆ GetNumberOfParameters()
◆ GetNumberOfStaticParameters()
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()
◆ GetParameterUnits()
Default implementation returns no unit string ("") for every defined parameter.
Reimplemented from mitk::ModelBase.
◆ 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()
std::string mitk::ThreeStepLinearModel::GetXName |
( |
| ) |
const |
|
overridevirtual |
Default implementation returns an empty string.
Reimplemented from mitk::ModelBase.
◆ InternalClone()
itk::LightObject::Pointer mitk::ThreeStepLinearModel::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::ThreeStepLinearModel::New |
( |
| ) |
|
|
static |
Method for creation through the object factory.
◆ SetStaticParameter()
◆ MODEL_DISPLAY_NAME
const std::string mitk::ThreeStepLinearModel::MODEL_DISPLAY_NAME |
|
static |
◆ NAME_PARAMETER_a1
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_a1 |
|
static |
◆ NAME_PARAMETER_a2
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_a2 |
|
static |
◆ NAME_PARAMETER_b1
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_b1 |
|
static |
◆ NAME_PARAMETER_b2
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_b2 |
|
static |
◆ NAME_PARAMETER_S0
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_S0 |
|
static |
◆ NAME_PARAMETER_t1
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_t1 |
|
static |
◆ NAME_PARAMETER_t2
const std::string mitk::ThreeStepLinearModel::NAME_PARAMETER_t2 |
|
static |
◆ NUMBER_OF_PARAMETERS
const unsigned int mitk::ThreeStepLinearModel::NUMBER_OF_PARAMETERS |
|
static |
◆ POSITION_PARAMETER_a1
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_a1 |
|
static |
◆ POSITION_PARAMETER_a2
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_a2 |
|
static |
◆ POSITION_PARAMETER_b1
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_b1 |
|
static |
◆ POSITION_PARAMETER_b2
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_b2 |
|
static |
◆ POSITION_PARAMETER_S0
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_S0 |
|
static |
◆ POSITION_PARAMETER_t1
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_t1 |
|
static |
◆ POSITION_PARAMETER_t2
const unsigned int mitk::ThreeStepLinearModel::POSITION_PARAMETER_t2 |
|
static |
◆ UNIT_PARAMETER_a1
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_a1 |
|
static |
◆ UNIT_PARAMETER_a2
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_a2 |
|
static |
◆ UNIT_PARAMETER_b1
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_b1 |
|
static |
◆ UNIT_PARAMETER_b2
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_b2 |
|
static |
◆ UNIT_PARAMETER_S0
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_S0 |
|
static |
◆ UNIT_PARAMETER_t1
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_t1 |
|
static |
◆ UNIT_PARAMETER_t2
const std::string mitk::ThreeStepLinearModel::UNIT_PARAMETER_t2 |
|
static |
The documentation for this class was generated from the following file: