Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkAreaUnderTheCurveDescriptionParameter.h>
Public Types | |
typedef mitk::AreaUnderTheCurveDescriptionParameter | 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 | |
AreaUnderTheCurveDescriptionParameter () | |
~AreaUnderTheCurveDescriptionParameter () 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 mitkAreaUnderTheCurveDescriptionParameter.h.
Definition at line 28 of file mitkAreaUnderTheCurveDescriptionParameter.h.
Definition at line 27 of file mitkAreaUnderTheCurveDescriptionParameter.h.
typedef mitk::AreaUnderTheCurveDescriptionParameter mitk::AreaUnderTheCurveDescriptionParameter::Self |
Definition at line 25 of file mitkAreaUnderTheCurveDescriptionParameter.h.
Definition at line 26 of file mitkAreaUnderTheCurveDescriptionParameter.h.
|
protected |
|
overrideprotected |
Pointer mitk::AreaUnderTheCurveDescriptionParameter::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 mitkAreaUnderTheCurveDescriptionParameter.h.