MITK-IGT
IGT Extension of MITK
|
#include <itkPoint.h>
#include <mitkColorProperty.h>
#include <vector>
Go to the source code of this file.
Classes | |
struct | mitk::TrackingDeviceData |
Namespaces | |
namespace | mitk |
IGT Exceptions. | |
Typedefs | |
typedef std::string | mitk::TrackingDeviceType |
typedef itk::Point< double > | mitk::MarkerPointType |
typedef std::vector< MarkerPointType > | mitk::MarkerPointContainerType |
Enumerations | |
enum | mitk::OperationMode { mitk::ToolTracking6D , mitk::ToolTracking5D , mitk::MarkerTracking3D , mitk::HybridTracking } |
Error codes of NDI tracking devices. More... | |
enum | mitk::IlluminationActivationRate { mitk::Hz20 = 20 , mitk::Hz30 = 30 , mitk::Hz60 = 60 } |
activation rate of IR illuminator for NDI Polaris tracking device More... | |
enum | mitk::DataTransferMode { mitk::TX = 0 , mitk::BX = 1 } |
Data transfer mode for NDI tracking devices. More... | |
enum | mitk::PHSRQueryType { mitk::ALL = 0x00 , mitk::FREED = 0x01 , mitk::OCCUPIED = 0x02 , mitk::INITIALIZED = 0x03 , mitk::ENABLED = 0x04 } |
Query mode for NDI tracking devices. More... | |