Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkLinearModel.h>
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 ¶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 |
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 |
Definition at line 23 of file mitkLinearModel.h.
typedef itk::SmartPointer< const Self > mitk::LinearModel::ConstPointer |
Definition at line 30 of file mitkLinearModel.h.
Definition at line 32 of file mitkLinearModel.h.
Definition at line 33 of file mitkLinearModel.h.
typedef itk::SmartPointer< Self > mitk::LinearModel::Pointer |
Definition at line 29 of file mitkLinearModel.h.
typedef LinearModel mitk::LinearModel::Self |
Definition at line 27 of file mitkLinearModel.h.
Definition at line 28 of file mitkLinearModel.h.
|
inlineprotected |
Definition at line 112 of file mitkLinearModel.h.
|
inlineoverrideprotected |
Definition at line 113 of file mitkLinearModel.h.
Pointer mitk::LinearModel::Clone | ( | ) | const |
|
overrideprotectedvirtual |
Helper function called by GetDerivedParameters(). Implement in derived classes to realize the concrete computation of derived parameters.
Reimplemented from mitk::ModelBase.
|
overrideprotectedvirtual |
Implements mitk::ModelBase.
|
virtual |
Run-time type information (and related methods).
Reimplemented from mitk::ModelBase.
|
overridevirtual |
Returns the names of derived parameters that must be defined when using the model to compute them (GetDerivedParameters()).
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Returns the number of derived parameters that must be defined when using the model to compute them (GetDerivedParameters()).
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Returns the number of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
|
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.
|
overridevirtual |
Returns the names of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
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.
|
overrideprotectedvirtual |
Helper function called by GetStaticParameters(). Implement in derived classes to realize the concrete retrieval of static parameters.
Implements mitk::ModelBase.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overridevirtual |
Implements mitk::ModelTraitsInterface.
|
overrideprotected |
Actual implementation of the clone method. This method should be reimplemeted in subclasses to clone the extra required parameters.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Helper function called by SetStaticParameters(). Implement in derived classes to realize the concrete setting of static parameters.
Implements mitk::ModelBase.
|
static |
Definition at line 65 of file mitkLinearModel.h.
|
static |
Definition at line 61 of file mitkLinearModel.h.
|
static |
Definition at line 63 of file mitkLinearModel.h.
|
static |
Definition at line 53 of file mitkLinearModel.h.
|
static |
Definition at line 43 of file mitkLinearModel.h.
|
static |
Definition at line 40 of file mitkLinearModel.h.
|
static |
Definition at line 55 of file mitkLinearModel.h.
|
static |
Definition at line 45 of file mitkLinearModel.h.
|
static |
Definition at line 59 of file mitkLinearModel.h.
|
static |
Definition at line 51 of file mitkLinearModel.h.
|
static |
Definition at line 50 of file mitkLinearModel.h.
|
static |
Definition at line 57 of file mitkLinearModel.h.
|
static |
Definition at line 48 of file mitkLinearModel.h.
|
static |
Definition at line 47 of file mitkLinearModel.h.
|
static |
Definition at line 69 of file mitkLinearModel.h.
|
static |
Definition at line 71 of file mitkLinearModel.h.
|
static |
Definition at line 67 of file mitkLinearModel.h.
|
static |
Definition at line 73 of file mitkLinearModel.h.
|
static |
Definition at line 75 of file mitkLinearModel.h.