MITK-IGT
IGT Extension of MITK
|
#include "mitkNavigationDataToIGTLMessageFilter.h"
#include "mitkNavigationDataSequentialPlayer.h"
#include <mitkIGTConfig.h>
#include <mitkTestingMacros.h>
#include <igtlPositionMessage.h>
#include <igtlTransformMessage.h>
#include <igtlQuaternionTrackingDataMessage.h>
#include <igtlTrackingDataMessage.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | mitkNavigationDataToIGTLMessageFilterTest (int, char *[]) |
Variables | |
mitk::NavigationDataToIGTLMessageFilter::Pointer | m_NavigationDataToIGTLMessageFilter |
int mitkNavigationDataToIGTLMessageFilterTest | ( | int | , |
char * | [] ) |
Definition at line 108 of file mitkNavigationDataToIGTLMessageFilterTest.cpp.
mitk::NavigationDataToIGTLMessageFilter::Pointer m_NavigationDataToIGTLMessageFilter |
Simple test for the class "NavigationDataToIGTLMessageFilter".
argc and argv are the command line parameters which were passed to the ADD_TEST command in the CMakeLists.txt file. For the automatic tests, argv is either empty for the simple tests or contains the filename of a test image for the image tests (see CMakeLists.txt).
Definition at line 33 of file mitkNavigationDataToIGTLMessageFilterTest.cpp.