17 #ifndef _MITK_PLANAR_ARROW_H_
18 #define _MITK_PLANAR_ARROW_H_
36 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
46 unsigned
int GetMinimumNumberOfControlPoints()
const override
53 void SetArrowTipScaleFactor(
float scale);
63 virtual void GeneratePolyLine()
override;
66 virtual void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
69 virtual void EvaluateFeaturesInternal()
override;
71 virtual void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
84 #endif //_MITK_PLANAR_ARROW_H_
unsigned int GetMaximumNumberOfControlPoints() const override
Line has 2 control points per definition.
Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
const unsigned int FEATURE_ID_LENGTH
#define mitkClassMacro(className, SuperClassName)
#define mitkCloneMacro(classname)
float m_ArrowTipScaleFactor
Implementation of PlanarFigure representing an arrow through two control points.