17 #ifndef mitkBoundingShapeUtil_h
18 #define mitkBoundingShapeUtil_h
62 std::vector<int> m_FaceIndices;
DataCollection - Class to facilitate loading/accessing structured data.
Helper Class for realizing the handles of bounding object encapsulated by a geometry data...
Constants for most interaction classes, due to the generic StateMachines.
std::vector< mitk::Point3D > GetCornerPoints(mitk::BaseGeometry::Pointer geometry, bool visualizationOffset)
helper function for calculating corner points of the bounding object from a given geometry ...
std::vector< int > GetHandleIndices(int index)
mitk::Point3D GetPosition()
void SetPosition(mitk::Point3D pos)
std::vector< int > GetFaceIndices()
void SetActive(bool status)
mitk::Point3D CalcAvgPoint(mitk::Point3D a, mitk::Point3D b)
helper function for calculating the average of two points