13 #ifndef _MITK_PLANAR_FOURPOINTANGLE_H_ 14 #define _MITK_PLANAR_FOURPOINTANGLE_H_ 33 itkFactorylessNewMacro(
Self);
35 itkCloneMacro(
Self) public :
58 void GeneratePolyLine()
override;
61 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
64 void EvaluateFeaturesInternal()
override;
66 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
73 #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.