Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarLine_h
14 #define mitkPlanarLine_h
32 itkFactorylessNewMacro(
Self);
59 void GeneratePolyLine()
override;
62 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
65 void EvaluateFeaturesInternal()
override;
67 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
const unsigned int FEATURE_ID_LENGTH
unsigned int GetMaximumNumberOfControlPoints() const override
Line has 2 control points per definition.
Find image slices visible on a given plane.
Base of all data objects.
unsigned int GetMinimumNumberOfControlPoints() const override
Place figure in its minimal configuration (a point at least) onto the given 2D geometry.
#define mitkCloneMacro(classname)
#define mitkClassMacro(className, SuperClassName)
Implementation of PlanarFigure representing a line through two control points.