13 #ifndef mitkClaronInterface_h
14 #define mitkClaronInterface_h
15 #define MTC(func) {int r = func; if (r!=mtOK) printf("MTC error: %s\n",MTLastErrorString()); };
20 #include <MitkIGTExports.h>
23 #include <itkObject.h>
24 #include <itkObjectFactory.h>
26 #ifdef _WIN64 //Defined for applications for Win64.
48 itkFactorylessNewMacro(Self);
55 void Initialize(std::string calibrationDir, std::string toolFilesDir);
72 std::vector<claronToolHandle> GetAllActiveTools();
115 bool IsMicronTrackerInstalled();
132 char calibrationDir[512];