#include <QmitkFunctionality.h>
#include <string>
#include "ui_QmitkToolPairNavigationViewControls.h"
#include <mitkNavigationDataObjectVisualizationFilter.h>
#include <mitkCameraVisualization.h>
#include <mitkTrackingDeviceSource.h>
#include <mitkNavigationDataToMessageFilter.h>
Go to the source code of this file.
Classes | |
class | QmitkToolPairNavigationView |
This view can be used to guide one tracking tool to another tracking tool. The plugin connects to a tracking system and shows the connected/added tools in two 3D widgets (standard 3D widget is interactable, the other (widget2) isn't). Furthermore it calculates the distance between the two tools and displays it in GUI. In widget 4 the tool connected on port b is shown from the point of view of the tool in port a. More... |