Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
mitk::Handle Class Referencefinal

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 ()
 

Detailed Description

Helper Class for realizing the handles of bounding object encapsulated by a geometry data.

Definition at line 38 of file mitkBoundingShapeUtil.h.

Constructor & Destructor Documentation

◆ Handle() [1/2]

mitk::Handle::Handle ( )

◆ Handle() [2/2]

mitk::Handle::Handle ( mitk::Point3D  pos,
int  index,
std::vector< int >  faceIndices,
bool  active = false 
)

◆ ~Handle()

mitk::Handle::~Handle ( )

Member Function Documentation

◆ GetFaceIndices()

std::vector<int> mitk::Handle::GetFaceIndices ( )

◆ GetIndex()

int mitk::Handle::GetIndex ( )

◆ GetPosition()

mitk::Point3D mitk::Handle::GetPosition ( )

◆ IsActive()

bool mitk::Handle::IsActive ( )

◆ IsNotActive()

bool mitk::Handle::IsNotActive ( )

◆ SetActive()

void mitk::Handle::SetActive ( bool  status)

◆ SetIndex()

void mitk::Handle::SetIndex ( int  index)

◆ SetPosition()

void mitk::Handle::SetPosition ( mitk::Point3D  pos)

The documentation for this class was generated from the following file: