12 #ifndef __mitkIToFDeviceFactory_h 13 #define __mitkIToFDeviceFactory_h 17 #include <MitkToFHardwareExports.h> 36 virtual std::string GetFactoryName() = 0;
44 virtual std::string GetCurrentDeviceName() = 0;
46 virtual std::string GetDeviceNamePrefix() = 0;
53 virtual ToFCameraDevice::Pointer CreateToFCameraDevice() = 0;
#define MITK_DECLARE_SERVICE_INTERFACE(IFace, IId)
DataCollection - Class to facilitate loading/accessing structured data.
This is the base of class for all ToFDeviceFactories.