Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkValueBasedParameterizationDelegate.h>
Public Types | |
typedef ValueBasedParameterizationDelegate | Self |
typedef InitialParameterizationDelegateBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ModelBaseType | ModelBaseType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::IndexType | IndexType |
Public Types inherited from mitk::InitialParameterizationDelegateBase | |
typedef InitialParameterizationDelegateBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef ModelBase | ModelBaseType |
typedef ModelBaseType::ParametersType | ParametersType |
typedef ::itk::Index< 3 > | IndexType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
void | SetInitialParameterization (ParametersType params) |
ParametersType | GetInitialParameterization () const override |
ParametersType | GetInitialParameterization (const IndexType ¤tPosition) const override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ValueBasedParameterizationDelegate () | |
~ValueBasedParameterizationDelegate () override | |
Protected Member Functions inherited from mitk::InitialParameterizationDelegateBase | |
InitialParameterizationDelegateBase () | |
~InitialParameterizationDelegateBase () override | |
Protected Attributes | |
ParametersType | m_Parameterization |
Parameterization delegate that always use parameters defined by the users.
Definition at line 27 of file mitkValueBasedParameterizationDelegate.h.
typedef itk::SmartPointer< const Self > mitk::ValueBasedParameterizationDelegate::ConstPointer |
Definition at line 34 of file mitkValueBasedParameterizationDelegate.h.
typedef Superclass::IndexType mitk::ValueBasedParameterizationDelegate::IndexType |
Definition at line 46 of file mitkValueBasedParameterizationDelegate.h.
typedef Superclass::ModelBaseType mitk::ValueBasedParameterizationDelegate::ModelBaseType |
Definition at line 40 of file mitkValueBasedParameterizationDelegate.h.
Definition at line 44 of file mitkValueBasedParameterizationDelegate.h.
Definition at line 33 of file mitkValueBasedParameterizationDelegate.h.
Definition at line 31 of file mitkValueBasedParameterizationDelegate.h.
Definition at line 32 of file mitkValueBasedParameterizationDelegate.h.
|
protected |
|
overrideprotected |
Pointer mitk::ValueBasedParameterizationDelegate::Clone | ( | ) | const |
|
virtual |
Reimplemented from mitk::InitialParameterizationDelegateBase.
Reimplemented in mitk::ImageBasedParameterizationDelegate.
|
overridevirtual |
Returns the parameterization (e.g. initial parametrization for fitting) that should be used. If no ParameterizationDelegate is set (see SetInitialParameterizationDelegate()) it will just return the result of GetInitialParameterization().
Implements mitk::InitialParameterizationDelegateBase.
|
overridevirtual |
Implements mitk::InitialParameterizationDelegateBase.
|
static |
Method for creation through the object factory.
void mitk::ValueBasedParameterizationDelegate::SetInitialParameterization | ( | ParametersType | params | ) |
|
protected |
Definition at line 58 of file mitkValueBasedParameterizationDelegate.h.