Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPlanarRectangle_h
14 #define mitkPlanarRectangle_h
32 itkFactorylessNewMacro(
Self);
42 void PlaceFigure(
const Point2D &point)
override;
48 bool SetControlPoint(
unsigned int index,
const Point2D &point,
bool createIfDoesNotExist =
false)
override;
56 void GeneratePolyLine()
override;
59 void GenerateHelperPolyLine(
double mmPerDisplayUnit,
unsigned int displayHeight)
override;
62 void EvaluateFeaturesInternal()
override;
64 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
const unsigned int FEATURE_ID_AREA
const unsigned int FEATURE_ID_CIRCUMFERENCE
Find image slices visible on a given plane.
unsigned int GetMinimumNumberOfControlPoints() const override
Polygon has 2 control points per definition.
Base of all data objects.
unsigned int GetMaximumNumberOfControlPoints() const override
Polygon maximum number of control points is principally not limited.
#define mitkCloneMacro(classname)
#define mitkClassMacro(className, SuperClassName)
Implementation of PlanarFigure representing a polygon with two or more control points.