Class for elements which describes tubular structur with a circular cross section.
More...
#include <mitkCircularProfileTubeElement.h>
Class for elements which describes tubular structur with a circular cross section.
Definition at line 25 of file mitkCircularProfileTubeElement.h.
◆ CircularProfileTubeElement() [1/3]
mitk::CircularProfileTubeElement::CircularProfileTubeElement |
( |
| ) |
|
◆ CircularProfileTubeElement() [2/3]
mitk::CircularProfileTubeElement::CircularProfileTubeElement |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
d = 0.0f |
|
) |
| |
◆ CircularProfileTubeElement() [3/3]
mitk::CircularProfileTubeElement::CircularProfileTubeElement |
( |
const |
Point3D, |
|
|
float |
d = 0.0f |
|
) |
| |
◆ ~CircularProfileTubeElement()
mitk::CircularProfileTubeElement::~CircularProfileTubeElement |
( |
| ) |
|
|
override |
◆ GetCoordinates()
const Point3D& mitk::CircularProfileTubeElement::GetCoordinates |
( |
| ) |
const |
|
overridevirtual |
◆ GetDiameter()
float mitk::CircularProfileTubeElement::GetDiameter |
( |
| ) |
const |
Returns the diameter of the circle.
◆ operator==()
bool mitk::CircularProfileTubeElement::operator== |
( |
const TubeElement & |
right | ) |
const |
|
overridevirtual |
Comparison operation between this object and the given object.
- Parameters
-
right | The object to compare with. |
- Returns
- true, if the object is the same;false, if not.
Implements mitk::TubeElement.
◆ SetCoordinates()
void mitk::CircularProfileTubeElement::SetCoordinates |
( |
Point3D |
coordinates | ) |
|
|
overridevirtual |
◆ SetDiameter()
void mitk::CircularProfileTubeElement::SetDiameter |
( |
float |
d | ) |
|
Set the diameter of the circle.
The documentation for this class was generated from the following file: