Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::ContourElement::ContourModelVertex Struct Reference

Represents a single vertex of a contour. More...

#include <mitkContourElement.h>

Collaboration diagram for mitk::ContourElement::ContourModelVertex:

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...
 

Detailed Description

Represents a single vertex of a contour.

Definition at line 47 of file mitkContourElement.h.

Constructor & Destructor Documentation

◆ ContourModelVertex() [1/2]

mitk::ContourElement::ContourModelVertex::ContourModelVertex ( const mitk::Point3D point,
bool  active = false 
)
inline

Definition at line 49 of file mitkContourElement.h.

◆ ContourModelVertex() [2/2]

mitk::ContourElement::ContourModelVertex::ContourModelVertex ( const ContourModelVertex other)
inline

Definition at line 50 of file mitkContourElement.h.

Member Function Documentation

◆ operator==()

bool mitk::ContourElement::ContourModelVertex::operator== ( const ContourModelVertex other) const

Member Data Documentation

◆ Coordinates

mitk::Point3D mitk::ContourElement::ContourModelVertex::Coordinates

Coordinates in 3D space.

Definition at line 59 of file mitkContourElement.h.

◆ IsControlPoint

bool mitk::ContourElement::ContourModelVertex::IsControlPoint

Treat point special.

Definition at line 53 of file mitkContourElement.h.


The documentation for this struct was generated from the following file: