14 #ifndef MITKTRACKINGVOLUMEGENERATOR_H 15 #define MITKTRACKINGVOLUMEGENERATOR_H 17 #include "MitkIGTExports.h" 49 itkFactorylessNewMacro(
Self);
90 void SetTrackingDevice(mitk::TrackingDevice::Pointer tracker);
99 void GenerateData()
override;
102 #endif // MITKTRACKINGVOLUMEGENERATOR_H Superclass of all classes generating surfaces (instances of class Surface) as output.
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
std::string TrackingDeviceType
mitk::TrackingDeviceData m_Data
Holds the current tracking device data object, which is used to generate the volume.
An instance of this class represents a generator wich generates the tracking volume of a given tracki...