21 return "Open IGT Link Connection";
40 mitk::TrackingDevice::Pointer trackingDevice,
41 mitk::NavigationToolStorage::Pointer navigationTools,
42 std::string* errorMessage,
48 if (thisDevice->GetToolCount() != navigationTools->GetToolCount())
50 errorMessage->append(
"The number of tools in the connected device differs from the tool storage, cannot add tools.");
53 returnValue->SetTrackingDevice(thisDevice);
An object of this class represents the MicronTracker device. You can add tools to this device...
bool DiscoverTools(int WaitingTime=10000)
Discover the tools available from the connected OpenIGTLink device and adds these tools to this track...
DataCollection - Class to facilitate loading/accessing structured data.