MITK-IGT
IGT Extension of MITK
|
#include "mitkNavigationDataToPointSetFilter.h"
#include "mitkNavigationDataSequentialPlayer.h"
#include <mitkIGTConfig.h>
#include <mitkTestingMacros.h>
#include <mitkIOUtil.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | mitkNavigationDataToPointSetFilterTest (int, char *[]) |
Variables | |
mitk::NavigationDataToPointSetFilter::Pointer | m_NavigationDataToPointSetFilter |
int mitkNavigationDataToPointSetFilterTest | ( | int | , |
char * | [] ) |
Definition at line 190 of file mitkNavigationDataToPointSetFilterTest.cpp.
mitk::NavigationDataToPointSetFilter::Pointer m_NavigationDataToPointSetFilter |
Simple example for a test for the (non-existent) class "NavigationDataToPointSetFilter".
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 30 of file mitkNavigationDataToPointSetFilterTest.cpp.