16 #ifndef __mitkToFCameraPMDO3DeviceFactory_h
17 #define __mitkToFCameraPMDO3DeviceFactory_h
19 #include <MitkPMDExports.h>
48 return std::string(
"PMD O3D Factory");
56 return std::string(
"PMD O3");
67 device->SetBoolProperty(
"HasRGBImage",
false);
68 device->SetBoolProperty(
"HasAmplitudeImage",
true);
69 device->SetBoolProperty(
"HasIntensityImage",
true);
71 return device.GetPointer();
itk::SmartPointer< Self > Pointer
std::string GetFactoryName()
Defining the Factories Name, here for the ToFPMDO3Device.
Virtual interface and base class for all Time-of-Flight device factories. The basic interface is in t...
ToFCameraPMDO3DeviceFactory is an implementation of the factory pattern to generate Do3 Devices...
DataCollection - Class to facilitate loading/accessing structured data.
ToFCameraPMDO3DeviceFactory()