MITK-IGT
IGT Extension of MITK
|
#include "vector"
#include "mitkTrackingTypes.h"
#include "mitkTestingMacros.h"
#include <usModuleContext.h>
#include <usGetModuleContext.h>
#include <usModule.h>
#include <usModuleResource.h>
#include <usModuleResourceStream.h>
#include "mitkTrackingDeviceTypeCollection.h"
#include "mitkUnspecifiedTrackingTypeInformation.h"
#include "mitkVirtualTrackerTypeInformation.h"
Go to the source code of this file.
Functions | |
int | mitkTrackingTypesTest (int, char *[]) |
int mitkTrackingTypesTest | ( | int | , |
char * | [] ) |
Documentation ClaronTool has a protected constructor and a protected itkFactorylessNewMacro so that only it's friend class ClaronTrackingDevice is able to instantiate tool objects. Therefore, we derive from ClaronTool and add a public itkFactorylessNewMacro, so that we can instantiate and test the class This function tests the ClaronTool class.
Definition at line 38 of file mitkTrackingTypesTest.cpp.