17 #ifndef _MITK_PLANAR_ANGLE_H_
18 #define _MITK_PLANAR_ANGLE_H_
36 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
public :
59 virtual void GeneratePolyLine()
override;
62 virtual void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
65 virtual void EvaluateFeaturesInternal()
override;
67 virtual void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
74 #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.