Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkTimeToPeakCurveDescriptionParameter.h>
Public Types | |
typedef mitk::TimeToPeakCurveDescriptionParameter | 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 | |
TimeToPeakCurveDescriptionParameter () | |
~TimeToPeakCurveDescriptionParameter () 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_PEAK_NAME |
static const std::string | PARAMETER_TIME_NAME |
Computes the position of the first maximum of the curve. As a secondary aspect it also returns the value of the curve.
Definition at line 21 of file mitkTimeToPeakCurveDescriptionParameter.h.
typedef itk::SmartPointer< const Self > mitk::TimeToPeakCurveDescriptionParameter::ConstPointer |
Definition at line 27 of file mitkTimeToPeakCurveDescriptionParameter.h.
Definition at line 26 of file mitkTimeToPeakCurveDescriptionParameter.h.
Definition at line 24 of file mitkTimeToPeakCurveDescriptionParameter.h.
Definition at line 25 of file mitkTimeToPeakCurveDescriptionParameter.h.
|
protected |
|
overrideprotected |
Pointer mitk::TimeToPeakCurveDescriptionParameter::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 mitkTimeToPeakCurveDescriptionParameter.h.
|
staticprotected |
Definition at line 36 of file mitkTimeToPeakCurveDescriptionParameter.h.