Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarFourPointAngle_h
14 #define mitkPlanarFourPointAngle_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;
const unsigned int FEATURE_ID_ANGLE
Implementation of PlanarFigure representing a four point angle, which is defined by two non-intersect...
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
Four point angle has 4 control points per definition.
Base of all data objects.
#define mitkCloneMacro(classname)
#define mitkClassMacro(className, SuperClassName)