13 #ifndef _MITK_PLANAR_ANGLE_H_ 14 #define _MITK_PLANAR_ANGLE_H_ 32 itkFactorylessNewMacro(
Self);
34 itkCloneMacro(
Self) public :
57 void GeneratePolyLine()
override;
60 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
63 void EvaluateFeaturesInternal()
override;
65 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
72 #endif //_MITK_PLANAR_ANGLE_H_
Base of all data objects.
Implementation of PlanarFigure to display an angle through three control points.
DataCollection - Class to facilitate loading/accessing structured data.
unsigned int GetMinimumNumberOfControlPoints() const override
Place figure in its minimal configuration (a point at least) onto the given 2D geometry.
#define mitkClassMacro(className, SuperClassName)
#define mitkCloneMacro(classname)
const unsigned int FEATURE_ID_ANGLE
unsigned int GetMaximumNumberOfControlPoints() const override
Angle has 3 control points per definition.