13 #ifndef _MITK_PLANAR_ARROW_H_ 14 #define _MITK_PLANAR_ARROW_H_ 32 itkFactorylessNewMacro(
Self);
51 void SetArrowTipScaleFactor(
float scale);
61 void GeneratePolyLine()
override;
64 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
67 void EvaluateFeaturesInternal()
override;
69 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
82 #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
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)
float m_ArrowTipScaleFactor
Implementation of PlanarFigure representing an arrow through two control points.