12#ifndef mitkIToFDeviceFactory_h
13#define mitkIToFDeviceFactory_h
17#include <MitkToFHardwareExports.h>
19#include <mitkServiceInterface.h>
This is the base of class for all ToFDeviceFactories.
virtual std::string GetDeviceNamePrefix()=0
virtual std::string GetCurrentDeviceName()=0
GetCurrentDeviceName Get the human readable name of the current device. A factory can produce many de...
virtual std::string GetFactoryName()=0
GetFactoryName Get the human readable name of the factory.
virtual ToFCameraDevice::Pointer CreateToFCameraDevice()=0
CreateToFCameraDevice Create a new device of the respective factory. E.g. a "KinectFactory" creates a...