Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitk::TubeGraphVertex Class Reference

Base Class for Tube Graph Vertices. More...

#include <mitkTubeGraphVertex.h>

Public Member Functions

 TubeGraphVertex ()
 
 TubeGraphVertex (TubeElement *element)
 
virtual ~TubeGraphVertex ()
 
void SetTubeElement (TubeElement *element)
 
const TubeElementGetTubeElement () const
 
bool operator== (const TubeGraphVertex &right) const
 

Detailed Description

Base Class for Tube Graph Vertices.

Definition at line 25 of file mitkTubeGraphVertex.h.

Constructor & Destructor Documentation

◆ TubeGraphVertex() [1/2]

mitk::TubeGraphVertex::TubeGraphVertex ( )

Definition at line 15 of file mitkTubeGraphVertex.cpp.

◆ TubeGraphVertex() [2/2]

mitk::TubeGraphVertex::TubeGraphVertex ( mitk::TubeElement element)

Definition at line 19 of file mitkTubeGraphVertex.cpp.

◆ ~TubeGraphVertex()

mitk::TubeGraphVertex::~TubeGraphVertex ( )
virtual

Definition at line 24 of file mitkTubeGraphVertex.cpp.

Member Function Documentation

◆ GetTubeElement()

◆ operator==()

bool mitk::TubeGraphVertex::operator== ( const TubeGraphVertex right) const

Comparison operation between this object and the given object.

Parameters
rightThe object to compare with.
Returns
true, if the object is the same;false, if not.

Definition at line 38 of file mitkTubeGraphVertex.cpp.

◆ SetTubeElement()

void mitk::TubeGraphVertex::SetTubeElement ( mitk::TubeElement element)

Set the TubeElement which contains the information about diameter and position.

Parameters
elementThe TubeElement for the vertex.

Definition at line 28 of file mitkTubeGraphVertex.cpp.

Referenced by mitk::TubeGraphIO::Read().


The documentation for this class was generated from the following files: