Base Class for Tube Graph Vertices.
More...
#include <mitkTubeGraphVertex.h>
Base Class for Tube Graph Vertices.
Definition at line 25 of file mitkTubeGraphVertex.h.
◆ TubeGraphVertex() [1/2]
mitk::TubeGraphVertex::TubeGraphVertex |
( |
| ) |
|
◆ TubeGraphVertex() [2/2]
mitk::TubeGraphVertex::TubeGraphVertex |
( |
TubeElement * |
element | ) |
|
◆ ~TubeGraphVertex()
virtual mitk::TubeGraphVertex::~TubeGraphVertex |
( |
| ) |
|
|
virtual |
◆ GetTubeElement()
const TubeElement* mitk::TubeGraphVertex::GetTubeElement |
( |
| ) |
const |
◆ operator==()
bool mitk::TubeGraphVertex::operator== |
( |
const TubeGraphVertex & |
right | ) |
const |
Comparison operation between this object and the given object.
- Parameters
-
right | The object to compare with. |
- Returns
- true, if the object is the same;false, if not.
◆ SetTubeElement()
void mitk::TubeGraphVertex::SetTubeElement |
( |
TubeElement * |
element | ) |
|
Set the TubeElement which contains the information about diameter and position.
- Parameters
-
The documentation for this class was generated from the following file: