Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Base Class for Tube Graph Vertices. More...
#include <mitkTubeGraphVertex.h>
Public Member Functions | |
TubeGraphVertex () | |
TubeGraphVertex (TubeElement *element) | |
virtual | ~TubeGraphVertex () |
void | SetTubeElement (TubeElement *element) |
const TubeElement * | GetTubeElement () const |
bool | operator== (const TubeGraphVertex &right) const |
Base Class for Tube Graph Vertices.
Definition at line 28 of file mitkTubeGraphVertex.h.
mitk::TubeGraphVertex::TubeGraphVertex | ( | ) |
Definition at line 18 of file mitkTubeGraphVertex.cpp.
mitk::TubeGraphVertex::TubeGraphVertex | ( | mitk::TubeElement * | element | ) |
Definition at line 22 of file mitkTubeGraphVertex.cpp.
|
virtual |
Definition at line 27 of file mitkTubeGraphVertex.cpp.
const mitk::TubeElement * mitk::TubeGraphVertex::GetTubeElement | ( | ) | const |
Returns the TubeElement.
Definition at line 36 of file mitkTubeGraphVertex.cpp.
Referenced by mitk::TubeGraphVtkMapper3D::ClipPolyData(), mitk::TubeGraphVtkMapper3D::GeneratePolyDataForFurcation(), mitk::TubeGraphVtkMapper3D::GeneratePolyDataForTube(), mitk::TubeGraphEdge::GetEdgeAverageDiameter(), and mitk::TubeGraphEdge::GetEdgeLength().
bool mitk::TubeGraphVertex::operator== | ( | const TubeGraphVertex & | right | ) | const |
Comparison operation between this object and the given object.
right | The object to compare with. |
Definition at line 41 of file mitkTubeGraphVertex.cpp.
void mitk::TubeGraphVertex::SetTubeElement | ( | mitk::TubeElement * | element | ) |
Set the TubeElement which contains the information about diameter and position.
element | The TubeElement for the vertex. |
Definition at line 31 of file mitkTubeGraphVertex.cpp.
Referenced by mitk::TubeGraphIO::Read().