Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Represents a single vertex of a contour. More...
#include <mitkContourElement.h>
Public Member Functions | |
ContourModelVertex (const mitk::Point3D &point, bool active=false) | |
ContourModelVertex (const ContourModelVertex &other) | |
bool | operator== (const ContourModelVertex &other) const |
Public Attributes | |
bool | IsControlPoint |
Treat point special. More... | |
mitk::Point3D | Coordinates |
Coordinates in 3D space. More... | |
Represents a single vertex of a contour.
Definition at line 47 of file mitkContourElement.h.
|
inline |
Definition at line 49 of file mitkContourElement.h.
|
inline |
Definition at line 50 of file mitkContourElement.h.
bool mitk::ContourElement::ContourModelVertex::operator== | ( | const ContourModelVertex & | other | ) | const |
mitk::Point3D mitk::ContourElement::ContourModelVertex::Coordinates |
Coordinates in 3D space.
Definition at line 59 of file mitkContourElement.h.
bool mitk::ContourElement::ContourModelVertex::IsControlPoint |
Treat point special.
Definition at line 53 of file mitkContourElement.h.