MITK-IGT
IGT Extension of MITK
|
#include <mitkVirtualTrackingDevice.h>
#include <mitkTrackingTool.h>
#include <mitkIOUtil.h>
#include <mitkNavigationData.h>
#include <mitkTrackingDeviceSource.h>
#include "mitkNavigationDataDisplacementFilter.h"
#include <mitkNavigationDataRecorder.h>
#include <mitkNavigationDataSequentialPlayer.h>
#include <itksys/SystemTools.hxx>
Go to the source code of this file.
Functions | |
int | main (int, char *[]) |
A small console tutorial about MITK-IGT. | |
int main | ( | int | , |
char * | [] ) |
A small console tutorial about MITK-IGT.
[What we will do]
[What we will do]
[Part I Basic 1]
[Part I Basic 1]
[Part I Basic 2]
[Part I Basic 2]
[Part II]
[Part II] [Part III: Record the data with the NavigationDataRecorder]
[Part III: Record the data with the NavigationDataRecorder]
[Part IV: Play the data with the NavigationDataPlayer]
[Part IV: Play the data with the NavigationDataPlayer]
Definition at line 27 of file mitkIGTTutorialStep1.cpp.