Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkTubeGraphVertex.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 Copyright (c) German Cancer Research Center,
5 Division of Medical and Biological Informatics.
6 All rights reserved.
7 
8 This software is distributed WITHOUT ANY WARRANTY; without
9 even the implied warranty of MERCHANTABILITY or FITNESS FOR
10 A PARTICULAR PURPOSE.
11 
12 See LICENSE.txt or http://www.mitk.org for details.
13 
14 ===================================================================*/
15 
16 #include "mitkTubeGraphVertex.h"
17 
19 {
20 }
21 
23 {
24  m_element = element;
25 }
26 
28 {
29 }
30 
32 {
33  m_element = element;
34 }
35 
37 {
38  return m_element;
39 }
40 
42 {
43  return (m_element == right.m_element);
44 }
Base Class for Tube Graph Vertices.
Abstract class for elements which describes tubular structur.
bool operator==(const TubeGraphVertex &right) const
const TubeElement * GetTubeElement() const
void SetTubeElement(TubeElement *element)