Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Abstract class for elements which describes tubular structur. More...
#include <mitkTubeElement.h>
Public Member Functions | |
virtual | ~TubeElement () |
virtual void | SetCoordinates (Point3D coordinates)=0 |
virtual const Point3D & | GetCoordinates () const =0 |
virtual bool | operator== (const TubeElement &right) const =0 |
Abstract class for elements which describes tubular structur.
Definition at line 25 of file mitkTubeElement.h.
|
inlinevirtual |
Definition at line 28 of file mitkTubeElement.h.
|
pure virtual |
Returns the 3D position of the element.
Implemented in mitk::CircularProfileTubeElement.
|
pure virtual |
Comparison operation between this object and the given object.
right | The object to compare with. |
Implemented in mitk::CircularProfileTubeElement.
|
pure virtual |
Set the 3D position of the element.
Implemented in mitk::CircularProfileTubeElement.