Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <MitkIGTExports.h>
#include <mitkTrackingDevice.h>
#include <itkMultiThreader.h>
#include <mitkTrackingTypes.h>
#include <mitkIGTTimeStamp.h>
#include <itkFastMutexLock.h>
#include <itksys/SystemTools.hxx>
#include <itkMutexLockHolder.h>
#include <string>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "mitkIGTIOException.h"
#include "mitkIGTException.h"
#include "mitkOptitrackTrackingTool.h"
Go to the source code of this file.
Classes | |
class | mitk::OptitrackTrackingDevice |
An object of this class represents the Optitrack device. You can add tools to this device, then open the connection and start tracking. The tracking device will then continuously update the tool coordinates. Remember that it will be necessary to to have a license for using the Optitrack System. See http://www.naturalpoint.com/ for details. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
typedef itk::MutexLockHolder< itk::FastMutexLock > | MutexLockHolder |
IGT Exceptions. More... | |
typedef itk::MutexLockHolder<itk::FastMutexLock> MutexLockHolder |
IGT Exceptions.
OptitrackTrackingTools MutexHolder to keep rest of Mutex
Definition at line 50 of file mitkOptitrackTrackingDevice.h.