Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
This class is the base class for constraint checker. More...
#include <mitkConstraintCheckerBase.h>
Public Types | |
typedef ConstraintCheckerBase | Self |
typedef ConstraintCheckerInterface | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::PenaltyValueType | PenaltyValueType |
typedef Superclass::PenaltyArrayType | PenaltyArrayType |
typedef Superclass::SignalType | SignalType |
typedef Superclass::ParametersType | ParametersType |
Public Types inherited from mitk::ConstraintCheckerInterface | |
typedef ConstraintCheckerInterface | Self |
typedef double | PenaltyValueType |
typedef itk::Array< PenaltyValueType > | PenaltyArrayType |
typedef itk::Array< double > | SignalType |
typedef ModelBase::ParametersType | ParametersType |
Public Member Functions | |
PenaltyValueType | GetPenaltySum (const ParametersType ¶meters) const override |
Public Member Functions inherited from mitk::ConstraintCheckerInterface | |
virtual PenaltyArrayType | GetPenalties (const ParametersType ¶meters) const =0 |
virtual unsigned int | GetNumberOfConstraints () const =0 |
virtual PenaltyValueType | GetFailedConstraintValue () const =0 |
Protected Member Functions | |
ConstraintCheckerBase () | |
~ConstraintCheckerBase () override | |
Protected Member Functions inherited from mitk::ConstraintCheckerInterface | |
ConstraintCheckerInterface () | |
virtual | ~ConstraintCheckerInterface () |
This class is the base class for constraint checker.
Definition at line 31 of file mitkConstraintCheckerBase.h.
typedef itk::SmartPointer< const Self > mitk::ConstraintCheckerBase::ConstPointer |
Definition at line 38 of file mitkConstraintCheckerBase.h.
Definition at line 43 of file mitkConstraintCheckerBase.h.
Definition at line 41 of file mitkConstraintCheckerBase.h.
Definition at line 40 of file mitkConstraintCheckerBase.h.
Definition at line 37 of file mitkConstraintCheckerBase.h.
Definition at line 35 of file mitkConstraintCheckerBase.h.
Definition at line 42 of file mitkConstraintCheckerBase.h.
Definition at line 36 of file mitkConstraintCheckerBase.h.
|
inlineprotected |
Definition at line 49 of file mitkConstraintCheckerBase.h.
|
inlineoverrideprotected |
Definition at line 53 of file mitkConstraintCheckerBase.h.
|
overridevirtual |
Returns the sum of all penalties.
Implements mitk::ConstraintCheckerInterface.