Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
mitkTubeElement.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkTubeElement_h
14 #define mitkTubeElement_h
15 
16 #include <MitkTubeGraphExports.h>
17 
18 #include <mitkPoint.h>
19 
20 namespace mitk
21 {
26  {
27  public:
28  virtual ~TubeElement(){};
29 
33  virtual void SetCoordinates(Point3D coordinates) = 0;
34 
38  virtual const Point3D &GetCoordinates() const = 0;
39 
45  virtual bool operator==(const TubeElement &right) const = 0;
46 
47  }; // class
48 
49 } // namespace
50 #endif
MITKTUBEGRAPH_EXPORT
#define MITKTUBEGRAPH_EXPORT
Definition: MitkTubeGraphExports.h:15
mitk::TubeElement::~TubeElement
virtual ~TubeElement()
Definition: mitkTubeElement.h:28
mitkPoint.h
mitk::TubeElement
Abstract class for elements which describes tubular structur.
Definition: mitkTubeElement.h:25
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
mitk::Point< ScalarType, 3 >
MitkTubeGraphExports.h