#include "mitkClaronTrackingDevice.h"
#include "mitkClaronTool.h"
#include "mitkTestingMacros.h"
#include "mitkIGTConfig.h"
#include "mitkIGTException.h"
Go to the source code of this file.
Functions | |
int | mitkClaronTrackingDeviceTest (int, char *[]) |
int mitkClaronTrackingDeviceTest | ( | int | , |
char * | [] ) |
This function is testing methods of the class ClaronTrackingDevice which are independent from the hardware. For more tests we would need the MicronTracker hardware, so only a few simple tests, which can run without the hardware are tested here. More tests can be found in the class ClaronTrackingDeviceHardwareTests which tests the interaction with the hardware.
Definition at line 124 of file mitkClaronTrackingDeviceTest.cpp.