13#ifndef mitkClaronTool_h
14#define mitkClaronTool_h
21 class ClaronTrackingDevice;
38 bool LoadFile(
const char* filename);
42 bool LoadFile(std::string filename);
44 std::string GetFile();
55 std::string GetCalibrationName();
61 void SetCalibrationName(std::string name);
An object of this class represents the MicronTracker device. You can add tools to this device,...