16 #ifndef __mitkToFCameraPMDPlayerDeviceFactory_h
17 #define __mitkToFCameraPMDPlayerDeviceFactory_h
19 #include <MitkPMDExports.h>
49 return std::string(
"PMD Player Factory");
59 return std::string(
"PMD Player");
70 device->SetBoolProperty(
"HasRGBImage",
false);
71 device->SetBoolProperty(
"HasAmplitudeImage",
true);
72 device->SetBoolProperty(
"HasIntensityImage",
true);
74 return device.GetPointer();
itk::SmartPointer< Self > Pointer
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"...