Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarArrow_h
14 #define mitkPlanarArrow_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;
unsigned int GetMinimumNumberOfControlPoints() const override
Place figure in its minimal configuration (a point at least) onto the given 2D geometry.
Find image slices visible on a given plane.
unsigned int GetMaximumNumberOfControlPoints() const override
Line has 2 control points per definition.
const unsigned int FEATURE_ID_LENGTH
float m_ArrowTipScaleFactor
Base of all data objects.
Implementation of PlanarFigure representing an arrow through two control points.
#define mitkCloneMacro(classname)
#define mitkClassMacro(className, SuperClassName)