MITK-IGT
IGT Extension of MITK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mitkClaronTool.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13#ifndef mitkClaronTool_h
14#define mitkClaronTool_h
15
16#include <mitkClaronInterface.h>
17#include <mitkTrackingTool.h>
18
19namespace mitk
20{
21 class ClaronTrackingDevice;
28 class MITKIGT_EXPORT ClaronTool : public TrackingTool
29 {
30 public:
33
34
38 bool LoadFile(const char* filename);
42 bool LoadFile(std::string filename);
43
44 std::string GetFile();
45
50 void SetToolHandle (claronToolHandle handle);
51
55 std::string GetCalibrationName();
56
61 void SetCalibrationName(std::string name);
62
66 claronToolHandle GetToolHandle();
67
68 protected:
71 ClaronTool();
72 ~ClaronTool() override;
76 std::string m_CalibrationName;
78 std::string m_Filename;
79 };
80}//mitk
81#endif
An object of this class represents a MicronTracker 2 tool. A tool has to be added to a tracking devic...
std::string m_Filename
Variable to check filename's format and to get back complete filename.
claronToolHandle m_ToolHandle
Tool handle variable from tracking device.
mitkClassMacro(ClaronTool, TrackingTool)
itkFactorylessNewMacro(Self)
itkCloneMacro(Self) ClaronTool()
std::string m_CalibrationName
Variable which holds the Tool's calibration name.
An object of this class represents the MicronTracker device. You can add tools to this device,...
Interface for all Tracking Tools.
IGT Exceptions.
int claronToolHandle