Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkBoundingShapeUtil_h
14 #define mitkBoundingShapeUtil_h
58 std::vector<int> m_FaceIndices;
Constants for most interaction classes, due to the generic StateMachines.
std::vector< int > GetHandleIndices(int index)
void SetActive(bool status)
DataCollection - Class to facilitate loading/accessing structured data.
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
mitk::Point3D CalcAvgPoint(mitk::Point3D a, mitk::Point3D b)
helper function for calculating the average of two points
Helper Class for realizing the handles of bounding object encapsulated by a geometry data.
void SetPosition(mitk::Point3D pos)
std::vector< int > GetFaceIndices()
mitk::Point3D GetPosition()