Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarAngle_h
14 #define mitkPlanarAngle_h
32 itkFactorylessNewMacro(
Self);
34 itkCloneMacro(
Self) public :
57 void GeneratePolyLine()
override;
60 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
63 void EvaluateFeaturesInternal()
override;
65 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.
const unsigned int FEATURE_ID_ANGLE
Find image slices visible on a given plane.
unsigned int GetMaximumNumberOfControlPoints() const override
Angle has 3 control points per definition.
Base of all data objects.
#define mitkCloneMacro(classname)
#define mitkClassMacro(className, SuperClassName)
Implementation of PlanarFigure to display an angle through three control points.