Medical Imaging Interaction Toolkit  2016.11.0
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 28 of file mitkTubeGraphVertex.h.

Constructor & Destructor Documentation

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.

mitk::TubeGraphVertex::~TubeGraphVertex ( )
virtual

Definition at line 27 of file mitkTubeGraphVertex.cpp.

Member Function Documentation

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 41 of file mitkTubeGraphVertex.cpp.

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 31 of file mitkTubeGraphVertex.cpp.

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


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