12 #ifndef __mitkToFCameraPMDPlayerDeviceFactory_h 13 #define __mitkToFCameraPMDPlayerDeviceFactory_h 15 #include <MitkPMDExports.h> 45 return std::string(
"PMD Player Factory");
55 return std::string(
"PMD Player");
62 ToFCameraDevice::Pointer CreateToFCameraDevice()
66 device->SetBoolProperty(
"HasRGBImage",
false);
67 device->SetBoolProperty(
"HasAmplitudeImage",
true);
68 device->SetBoolProperty(
"HasIntensityImage",
true);
70 return device.GetPointer();
std::string GetFactoryName()
Get the name of the factory, here for the ToFPMDPlayer.
Virtual interface and base class for all Time-of-Flight device factories. The basic interface is in t...
ToFPMDPlayerDeviceFactory is an implementation of the factory pattern to generate PMD Player Devices...
DataCollection - Class to facilitate loading/accessing structured data.
ToFCameraPMDPlayerDeviceFactory()
ToFCameraPMDPlayerDeviceFactory Default contructor. This factory internally counts all PMD Player dev...
std::string GetDeviceNamePrefix()
GetCurrentDeviceName Get the name of the current Cam Cube. First device is named "PMD Player"...