13#ifndef mitkClaronInterface_h
14#define mitkClaronInterface_h
19#include <MitkIGTExports.h>
22#include <itkObjectFactory.h>
23#include "mitkCommon.h"
50 void Initialize(std::string calibrationDir, std::string toolFilesDir);
An object of this class represents the interface to the MicronTracker. The methods of this class are ...
void GrabFrame()
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
ClaronInterface()
standard constructor
const char * GetName(claronToolHandle c)
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
bool IsMicronTrackerInstalled()
std::vector< claronToolHandle > GetAllActiveTools()
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
std::vector< double > GetTipQuaternions(claronToolHandle c)
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
std::vector< double > GetTipPosition(claronToolHandle c)
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
itkFactorylessNewMacro(Self)
mitkClassMacroItkParent(ClaronInterface, itk::Object)
bool StopTracking()
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
~ClaronInterface() override
standard destructor
std::vector< double > GetPosition(claronToolHandle c)
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...
itkCloneMacro(Self) void Initialize(std bool StartTracking()
Initialization of claroninterface.
std::vector< double > GetQuaternions(claronToolHandle c)
This is only a stub, please switch the cmake variable USE_MICRON_TRACKER to on if you want to use the...