Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkAreaUnderFirstMomentDescriptionParameter.h>
Public Types | |
typedef mitk::AreaUnderFirstMomentDescriptionParameter | Self |
typedef CurveDescriptionParameterBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::CurveDescriptionParameterBase | |
typedef CurveDescriptionParameterBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::Array< double > | CurveType |
typedef itk::Array< double > | CurveGridType |
typedef double | CurveDescriptionParameterResultType |
typedef std::string | CurveDescriptionParameterNameType |
typedef std::vector< CurveDescriptionParameterResultType > | DescriptionParameterResultsType |
typedef std::vector< CurveDescriptionParameterNameType > | DescriptionParameterNamesType |
Public Member Functions | |
Pointer | Clone () const |
DescriptionParameterNamesType | GetDescriptionParameterName () const override |
Public Member Functions inherited from mitk::CurveDescriptionParameterBase | |
virtual const char * | GetClassName () const |
DescriptionParameterResultsType | GetCurveDescriptionParameter (const CurveType &curve, const CurveGridType &grid) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
AreaUnderFirstMomentDescriptionParameter () | |
~AreaUnderFirstMomentDescriptionParameter () override | |
DescriptionParameterResultsType | ComputeCurveDescriptionParameter (const CurveType &curve, const CurveGridType &grid) const override |
Protected Member Functions inherited from mitk::CurveDescriptionParameterBase | |
CurveDescriptionParameterBase () | |
~CurveDescriptionParameterBase () override | |
Static Protected Attributes | |
static const std::string | PARAMETER_NAME |
Description parameter that computes the area under the curve
Definition at line 22 of file mitkAreaUnderFirstMomentDescriptionParameter.h.
typedef itk::SmartPointer< const Self > mitk::AreaUnderFirstMomentDescriptionParameter::ConstPointer |
Definition at line 28 of file mitkAreaUnderFirstMomentDescriptionParameter.h.
Definition at line 27 of file mitkAreaUnderFirstMomentDescriptionParameter.h.
typedef mitk::AreaUnderFirstMomentDescriptionParameter mitk::AreaUnderFirstMomentDescriptionParameter::Self |
Definition at line 25 of file mitkAreaUnderFirstMomentDescriptionParameter.h.
Definition at line 26 of file mitkAreaUnderFirstMomentDescriptionParameter.h.
|
protected |
|
overrideprotected |
Pointer mitk::AreaUnderFirstMomentDescriptionParameter::Clone | ( | ) | const |
|
overrideprotectedvirtual |
Slot to implement the computation of the descriptor values.
Implements mitk::CurveDescriptionParameterBase.
|
overridevirtual |
Return the names of all descrition values that will be computed by the class.
Implements mitk::CurveDescriptionParameterBase.
|
static |
|
staticprotected |
Definition at line 35 of file mitkAreaUnderFirstMomentDescriptionParameter.h.