Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
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
18
mitk::TubeGraphVertex::TubeGraphVertex
() : m_element(nullptr)
19
{
20
}
21
22
mitk::TubeGraphVertex::TubeGraphVertex
(
mitk::TubeElement
*element)
23
{
24
m_element = element;
25
}
26
27
mitk::TubeGraphVertex::~TubeGraphVertex
()
28
{
29
}
30
31
void
mitk::TubeGraphVertex::SetTubeElement
(
mitk::TubeElement
*element)
32
{
33
m_element = element;
34
}
35
36
const
mitk::TubeElement
*
mitk::TubeGraphVertex::GetTubeElement
()
const
37
{
38
return
m_element;
39
}
40
41
bool
mitk::TubeGraphVertex::operator==
(
const
mitk::TubeGraphVertex
&right)
const
42
{
43
return
(m_element == right.m_element);
44
}
mitk::TubeGraphVertex::TubeGraphVertex
TubeGraphVertex()
Definition:
mitkTubeGraphVertex.cpp:18
mitk::TubeGraphVertex
Base Class for Tube Graph Vertices.
Definition:
mitkTubeGraphVertex.h:28
mitk::TubeElement
Abstract class for elements which describes tubular structur.
Definition:
mitkTubeElement.h:28
mitk::TubeGraphVertex::operator==
bool operator==(const TubeGraphVertex &right) const
Definition:
mitkTubeGraphVertex.cpp:41
mitkTubeGraphVertex.h
mitk::TubeGraphVertex::GetTubeElement
const TubeElement * GetTubeElement() const
Definition:
mitkTubeGraphVertex.cpp:36
mitk::TubeGraphVertex::~TubeGraphVertex
virtual ~TubeGraphVertex()
Definition:
mitkTubeGraphVertex.cpp:27
mitk::TubeGraphVertex::SetTubeElement
void SetTubeElement(TubeElement *element)
Definition:
mitkTubeGraphVertex.cpp:31
git
MITK
Modules
TubeGraph
src
DataStructure
mitkTubeGraphVertex.cpp
Generated on Fri Feb 3 2017 20:52:10 for Medical Imaging Interaction Toolkit by
1.8.9.1