Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkThreeStepLinearModel.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const std::string | MODEL_DISPLAY_NAME |
static const std::string | NAME_PARAMETER_S0 |
static const std::string | NAME_PARAMETER_t1 |
static const std::string | NAME_PARAMETER_t2 |
static const std::string | NAME_PARAMETER_a1 |
static const std::string | NAME_PARAMETER_a2 |
static const std::string | NAME_PARAMETER_b1 |
static const std::string | NAME_PARAMETER_b2 |
static const std::string | UNIT_PARAMETER_S0 |
static const std::string | UNIT_PARAMETER_t1 |
static const std::string | UNIT_PARAMETER_t2 |
static const std::string | UNIT_PARAMETER_a1 |
static const std::string | UNIT_PARAMETER_a2 |
static const std::string | UNIT_PARAMETER_b1 |
static const std::string | UNIT_PARAMETER_b2 |
static const unsigned int | POSITION_PARAMETER_S0 |
static const unsigned int | POSITION_PARAMETER_t1 |
static const unsigned int | POSITION_PARAMETER_t2 |
static const unsigned int | POSITION_PARAMETER_a1 |
static const unsigned int | POSITION_PARAMETER_a2 |
static const unsigned int | POSITION_PARAMETER_b1 |
static const unsigned int | POSITION_PARAMETER_b2 |
static const unsigned int | NUMBER_OF_PARAMETERS |
Protected Member Functions | |
ThreeStepLinearModel () | |
~ThreeStepLinearModel () override | |
itk::LightObject::Pointer | InternalClone () const override |
ModelResultType | ComputeModelfunction (const ParametersType ¶meters) const override |
DerivedParameterMapType | ComputeDerivedParameters (const mitk::ModelBase::ParametersType ¶meters) const override |
void | SetStaticParameter (const ParameterNameType &name, const StaticParameterValuesType &values) override |
StaticParameterValuesType | GetStaticParameterValue (const ParameterNameType &name) const override |
![]() | |
virtual bool | ValidateModel (std::string &error) const |
ModelBase () | |
~ModelBase () override | |
void | PrintSelf (std::ostream &os, ::itk::Indent indent) const override |
![]() | |
ModelTraitsInterface () | |
virtual | ~ModelTraitsInterface () |
Additional Inherited Members | |
![]() | |
TimeGridType | m_TimeGrid |
Definition at line 23 of file mitkThreeStepLinearModel.h.
typedef itk::SmartPointer< const Self > mitk::ThreeStepLinearModel::ConstPointer |
Definition at line 30 of file mitkThreeStepLinearModel.h.
typedef Superclass::ParameterNameType mitk::ThreeStepLinearModel::ParameterNameType |
Definition at line 32 of file mitkThreeStepLinearModel.h.
typedef Superclass::ParametersSizeType mitk::ThreeStepLinearModel::ParametersSizeType |
Definition at line 33 of file mitkThreeStepLinearModel.h.
Definition at line 29 of file mitkThreeStepLinearModel.h.
Definition at line 27 of file mitkThreeStepLinearModel.h.
Definition at line 28 of file mitkThreeStepLinearModel.h.
|
inlineprotected |
Definition at line 95 of file mitkThreeStepLinearModel.h.
|
inlineoverrideprotected |
Definition at line 96 of file mitkThreeStepLinearModel.h.
Pointer mitk::ThreeStepLinearModel::Clone | ( | ) | const |
|
overrideprotectedvirtual |
Helper function called by GetDerivedParameters(). Implement in derived classes to realize the concrete computation of derived parameters.
Reimplemented from mitk::ModelBase.
Definition at line 195 of file mitkThreeStepLinearModel.cpp.
References mitk::ModelBase::m_TimeGrid, POSITION_PARAMETER_a1, POSITION_PARAMETER_a2, POSITION_PARAMETER_S0, POSITION_PARAMETER_t1, and POSITION_PARAMETER_t2.
|
overrideprotectedvirtual |
Implements mitk::ModelBase.
Definition at line 130 of file mitkThreeStepLinearModel.cpp.
References mitk::ModelBase::m_TimeGrid, POSITION_PARAMETER_a1, POSITION_PARAMETER_a2, POSITION_PARAMETER_S0, POSITION_PARAMETER_t1, POSITION_PARAMETER_t2, and t2().
|
virtual |
Run-time type information (and related methods).
Reimplemented from mitk::ModelBase.
|
overridevirtual |
Returns the names of derived parameters that can/will be computed by the model given specific model parameters.
Reimplemented from mitk::ModelBase.
Definition at line 93 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Default implementation returns no unit string ("") for every defined derived parameter.
Reimplemented from mitk::ModelBase.
Definition at line 112 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Default implementation returns an empty functions string.
Reimplemented from mitk::ModelBase.
Definition at line 48 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Default implementation returns GetClassID as display name.
Reimplemented from mitk::ModelBase.
Definition at line 38 of file mitkThreeStepLinearModel.cpp.
References MODEL_DISPLAY_NAME.
|
overridevirtual |
Default implementation returns "Unkown" as model type.
Reimplemented from mitk::ModelBase.
Definition at line 43 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Returns the number of derived parameters that can/will be computed by the model given specific model parameters.
Reimplemented from mitk::ModelBase.
Definition at line 107 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Returns the number of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
Definition at line 73 of file mitkThreeStepLinearModel.cpp.
References NUMBER_OF_PARAMETERS.
|
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.
Definition at line 174 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Returns the names of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
Definition at line 59 of file mitkThreeStepLinearModel.cpp.
References NAME_PARAMETER_a1, NAME_PARAMETER_a2, NAME_PARAMETER_S0, NAME_PARAMETER_t1, and NAME_PARAMETER_t2.
|
overridevirtual |
Default implementation returns no unit string ("") for every defined parameter.
Reimplemented from mitk::ModelBase.
Definition at line 79 of file mitkThreeStepLinearModel.cpp.
References NAME_PARAMETER_a1, NAME_PARAMETER_a2, NAME_PARAMETER_S0, NAME_PARAMETER_t1, NAME_PARAMETER_t2, UNIT_PARAMETER_a1, UNIT_PARAMETER_a2, UNIT_PARAMETER_S0, UNIT_PARAMETER_t1, and UNIT_PARAMETER_t2.
|
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.
Definition at line 167 of file mitkThreeStepLinearModel.cpp.
|
overrideprotectedvirtual |
Helper function called by GetStaticParameters(). Implement in derived classes to realize the concrete retrieval of static parameters.
Implements mitk::ModelBase.
Definition at line 185 of file mitkThreeStepLinearModel.cpp.
|
overridevirtual |
Default implementation returns an empty string.
Reimplemented from mitk::ModelBase.
Definition at line 53 of file mitkThreeStepLinearModel.cpp.
|
overrideprotected |
Actual implementation of the clone method. This method should be reimplemeted in subclasses to clone the extra required parameters.
Definition at line 230 of file mitkThreeStepLinearModel.cpp.
References mitk::ModelBase::m_TimeGrid, and New().
|
static |
Method for creation through the object factory.
Referenced by InternalClone().
|
overrideprotectedvirtual |
Helper function called by SetStaticParameters(). Implement in derived classes to realize the concrete setting of static parameters.
Implements mitk::ModelBase.
Definition at line 179 of file mitkThreeStepLinearModel.cpp.
|
static |
Definition at line 40 of file mitkThreeStepLinearModel.h.
Referenced by GetModelDisplayName().
|
static |
Definition at line 46 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 47 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 48 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 49 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 43 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 44 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 45 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 67 of file mitkThreeStepLinearModel.h.
Referenced by GetNumberOfParameters().
|
static |
Definition at line 62 of file mitkThreeStepLinearModel.h.
Referenced by ComputeDerivedParameters(), ComputeModelfunction(), and mitk::ThreeStepLinearModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 63 of file mitkThreeStepLinearModel.h.
Referenced by ComputeDerivedParameters(), ComputeModelfunction(), and mitk::ThreeStepLinearModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 64 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 65 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 59 of file mitkThreeStepLinearModel.h.
Referenced by ComputeDerivedParameters(), ComputeModelfunction(), and mitk::ThreeStepLinearModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 60 of file mitkThreeStepLinearModel.h.
Referenced by ComputeDerivedParameters(), ComputeModelfunction(), and mitk::ThreeStepLinearModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 61 of file mitkThreeStepLinearModel.h.
Referenced by ComputeDerivedParameters(), ComputeModelfunction(), and mitk::ThreeStepLinearModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 54 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterUnits().
|
static |
Definition at line 55 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterUnits().
|
static |
Definition at line 56 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 57 of file mitkThreeStepLinearModel.h.
|
static |
Definition at line 51 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterUnits().
|
static |
Definition at line 52 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterUnits().
|
static |
Definition at line 53 of file mitkThreeStepLinearModel.h.
Referenced by GetParameterUnits().