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
mitkTubeElement.h
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
#ifndef _MITK_TubeElement_H
17
#define _MITK_TubeElement_H
18
19
#include <
MitkTubeGraphExports.h
>
20
21
#include <
mitkPoint.h
>
22
23
namespace
mitk
24
{
28
class
MITKTUBEGRAPH_EXPORT
TubeElement
29
{
30
public
:
31
virtual
~TubeElement
(){};
32
36
virtual
void
SetCoordinates(
Point3D
coordinates) = 0;
37
41
virtual
const
Point3D
&GetCoordinates()
const
= 0;
42
48
virtual
bool
operator==
(
const
TubeElement
&right)
const
= 0;
49
50
};
// class
51
52
}
// namespace
53
#endif
MITKTUBEGRAPH_EXPORT
#define MITKTUBEGRAPH_EXPORT
Definition:
MitkTubeGraphExports.h:15
mitk::Point< ScalarType, 3 >
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::TubeElement
Abstract class for elements which describes tubular structur.
Definition:
mitkTubeElement.h:28
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
Definition:
mitkInteractionEvent.cpp:77
MitkTubeGraphExports.h
mitk::TubeElement::~TubeElement
virtual ~TubeElement()
Definition:
mitkTubeElement.h:31
mitkPoint.h
git
MITK
Modules
TubeGraph
include
mitkTubeElement.h
Generated on Fri Feb 3 2017 20:52:10 for Medical Imaging Interaction Toolkit by
1.8.9.1