Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkTubeGraphPicker.h>
Public Member Functions | |
void | SetTubeGraph (const TubeGraph *tubeGraph) |
std::pair< mitk::TubeGraph::TubeDescriptorType, mitk::TubeElement * > | GetPickedTube (const Point3D pickedPosition) |
TubeGraphPicker () | |
virtual | ~TubeGraphPicker () |
Protected Attributes | |
Point3D | m_WorldPosition |
TubeGraph::ConstPointer | m_TubeGraph |
TubeGraphProperty::Pointer | m_TubeGraphProperty |
Definition at line 24 of file mitkTubeGraphPicker.h.
mitk::TubeGraphPicker::TubeGraphPicker | ( | ) |
Definition at line 15 of file mitkTubeGraphPicker.cpp.
References m_WorldPosition.
|
virtual |
Definition at line 20 of file mitkTubeGraphPicker.cpp.
std::pair< mitk::TubeGraph::TubeDescriptorType, mitk::TubeElement * > mitk::TubeGraphPicker::GetPickedTube | ( | const Point3D | pickedPosition | ) |
Implements the picking process
Definition at line 32 of file mitkTubeGraphPicker.cpp.
References mitk::TubeGraph::ErrorId, m_TubeGraph, m_TubeGraphProperty, m_WorldPosition, max(), and MITK_ERROR.
void mitk::TubeGraphPicker::SetTubeGraph | ( | const TubeGraph * | tubeGraph | ) |
Definition at line 22 of file mitkTubeGraphPicker.cpp.
References m_TubeGraph, and m_TubeGraphProperty.
|
protected |
Definition at line 39 of file mitkTubeGraphPicker.h.
Referenced by GetPickedTube(), and SetTubeGraph().
|
protected |
Definition at line 40 of file mitkTubeGraphPicker.h.
Referenced by GetPickedTube(), and SetTubeGraph().
|
protected |
Definition at line 38 of file mitkTubeGraphPicker.h.
Referenced by GetPickedTube(), and TubeGraphPicker().