Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Helper Class for realizing the handles of bounding object encapsulated by a geometry data. More...
#include <mitkBoundingShapeUtil.h>
Public Member Functions | |
Handle () | |
Handle (mitk::Point3D pos, int index, std::vector< int > faceIndices, bool active=false) | |
~Handle () | |
bool | IsActive () |
bool | IsNotActive () |
void | SetActive (bool status) |
void | SetIndex (int index) |
int | GetIndex () |
std::vector< int > | GetFaceIndices () |
void | SetPosition (mitk::Point3D pos) |
mitk::Point3D | GetPosition () |
Helper Class for realizing the handles of bounding object encapsulated by a geometry data.
Definition at line 42 of file mitkBoundingShapeUtil.h.
mitk::Handle::Handle | ( | ) |
Definition at line 26 of file mitkBoundingShapeUtil.cpp.
mitk::Handle::Handle | ( | mitk::Point3D | pos, |
int | index, | ||
std::vector< int > | faceIndices, | ||
bool | active = false |
||
) |
Definition at line 31 of file mitkBoundingShapeUtil.cpp.
mitk::Handle::~Handle | ( | ) |
Definition at line 36 of file mitkBoundingShapeUtil.cpp.
std::vector< int > mitk::Handle::GetFaceIndices | ( | ) |
Definition at line 68 of file mitkBoundingShapeUtil.cpp.
int mitk::Handle::GetIndex | ( | ) |
Definition at line 64 of file mitkBoundingShapeUtil.cpp.
mitk::Point3D mitk::Handle::GetPosition | ( | ) |
Definition at line 56 of file mitkBoundingShapeUtil.cpp.
bool mitk::Handle::IsActive | ( | ) |
Definition at line 40 of file mitkBoundingShapeUtil.cpp.
bool mitk::Handle::IsNotActive | ( | ) |
Definition at line 44 of file mitkBoundingShapeUtil.cpp.
void mitk::Handle::SetActive | ( | bool | status | ) |
Definition at line 48 of file mitkBoundingShapeUtil.cpp.
void mitk::Handle::SetIndex | ( | int | index | ) |
Definition at line 60 of file mitkBoundingShapeUtil.cpp.
void mitk::Handle::SetPosition | ( | mitk::Point3D | pos | ) |
Definition at line 52 of file mitkBoundingShapeUtil.cpp.