Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include <vector>
#include <string>
#include <MitkIGTExports.h>
#include "mitkCommon.h"
#include <itkObject.h>
#include <itkObjectFactory.h>
#include <windows.h>
#include <tchar.h>
#include <mitkNavigationData.h>
Go to the source code of this file.
Classes | |
class | mitk::PolhemusInterface |
An object of this class represents the interface to Polhemus trackers. All variables with the name "tool" start with index 1, which is the station number of Polhemus. Make sure to call functions in this class with parameter "1" if you want to loop over all tools. If you need to access an array (e.g. m_Hemisphere), you need to use "_tool -1" and adapt your index for loops... More... | |
struct | mitk::PolhemusInterface::trackingData |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |