Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Represents a single vertex of contour. More...
#include <mitkContourElement.h>
Public Member Functions | |
ContourModelVertex (mitk::Point3D &point, bool active=false) | |
ContourModelVertex (const ContourModelVertex &other) | |
Public Attributes | |
bool | IsControlPoint |
Treat point special. More... | |
mitk::Point3D | Coordinates |
Coordinates in 3D space. More... | |
Represents a single vertex of contour.
Definition at line 49 of file mitkContourElement.h.
|
inline |
Definition at line 51 of file mitkContourElement.h.
|
inline |
Definition at line 52 of file mitkContourElement.h.
mitk::Point3D mitk::ContourElement::ContourModelVertex::Coordinates |
Coordinates in 3D space.
Definition at line 61 of file mitkContourElement.h.
Referenced by mitk::ContourModelMapper2D::CreateVtkPolyDataFromContour(), mitk::ContourModelMapper3D::CreateVtkPolyDataFromContour(), mitk::ContourModelToSurfaceFilter::GenerateData(), mitk::ContourModelSetToImageFilter::GenerateData(), mitk::ContourModelSubDivisionFilter::GenerateData(), mitk::ContourModelGLMapper2DBase::InternalDrawContour(), mitk::ContourModelSetGLMapper2D::InternalDrawContour(), mitk::ContourElement::SetVertexAt(), mitk::ContourModel::ShiftVertex(), and mitk::ContourModelWriter::WriteXML().
bool mitk::ContourElement::ContourModelVertex::IsControlPoint |
Treat point special.
Definition at line 58 of file mitkContourElement.h.
Referenced by mitk::ContourModelMapper2D::CreateVtkPolyDataFromContour(), mitk::ContourModel::SetControlVertexAt(), mitk::ContourElement::SetVertexAt(), and mitk::ContourModelWriter::WriteXML().