Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkOptitrackTrackingTool_h
14 #define mitkOptitrackTrackingTool_h
16 #include <MitkIGTExports.h>
23 #include <itksys/SystemTools.hxx>
27 #include "mitkIGTException.h"
72 bool SetToolByFileName(std::string nameFile);
86 bool DeleteTrackable();
92 using Superclass::SetPosition;
99 using Superclass::SetOrientation;
119 bool Enable()
override;
126 bool Disable()
override;
133 bool IsEnabled()
const override;
140 bool IsDataValid()
const override;
147 float GetTrackingError()
const override;
153 void SetTrackingError(
float FLEerror)
override;
159 void SetDataValid(
bool _arg)
override;
const MITKCORE_EXPORT ScalarType eps
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
vnl_quaternion< ScalarType > Quaternion
An object of this class represents the Optitrack device. You can add tools to this device,...