Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkTrackingTypes.h>
Public Attributes | |
TrackingDeviceType | Line |
std::string | Model |
std::string | VolumeModelLocation |
std::string | HardwareCode |
/brief This structure defines key variables of a device model and type. It is specifically used to find out which models belong to which vendor, and what volume to use for a specific Model. Leaving VolumeModelLocation set to null will instruct the Generator to generate a field to the best of his ability. HardwareCode stands for a hexadecimal string, that represents the tracking volume. "X" stands for "hardwarecode is not known" or "tracking device has no hardware code". For NDI devices it is used in the SetVolume() Method in mitkNDITrackingDevice.cpp. The Pyramid Volume has the hardwarecode "4", but it is not supported yet.
Definition at line 37 of file mitkTrackingTypes.h.
std::string mitk::TrackingDeviceData::HardwareCode |
Definition at line 41 of file mitkTrackingTypes.h.
Referenced by mitk::NDITrackingDevice::GetSupportedVolumes(), and mitk::NDIProtocol::SFLIST().
TrackingDeviceType mitk::TrackingDeviceData::Line |
Definition at line 38 of file mitkTrackingTypes.h.
std::string mitk::TrackingDeviceData::Model |
Definition at line 39 of file mitkTrackingTypes.h.
Referenced by mitk::NDITrackingDevice::GetSupportedVolumes(), and mitk::NDIProtocol::VSEL().
std::string mitk::TrackingDeviceData::VolumeModelLocation |
Definition at line 40 of file mitkTrackingTypes.h.