17 #ifndef _MITK_PLANAR_FOURPOINTANGLE_H_
18 #define _MITK_PLANAR_FOURPOINTANGLE_H_
37 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
public :
60 virtual void GeneratePolyLine()
override;
63 virtual void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
66 virtual void EvaluateFeaturesInternal()
override;
68 virtual void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
75 #endif //_MITK_PLANAR_FOURPOINTANGLE_H_
Implementation of PlanarFigure representing a four point angle, which is defined by two non-intersect...
Base of all data objects.
const unsigned int FEATURE_ID_ANGLE
DataCollection - Class to facilitate loading/accessing structured data.
unsigned int GetMaximumNumberOfControlPoints() const override
Four point angle has 4 control points per definition.
#define mitkClassMacro(className, SuperClassName)
#define mitkCloneMacro(classname)
unsigned int GetMinimumNumberOfControlPoints() const override
Place figure in its minimal configuration (a point at least) onto the given 2D geometry.