16 #ifndef __mitkAbstractToFDeviceFactory_h
17 #define __mitkAbstractToFDeviceFactory_h
19 #include <MitkToFHardwareExports.h>
58 size_t GetNumberOfDevices();
62 std::stringstream name;
63 if(this->GetNumberOfDevices()>1)
65 name << this->GetDeviceNamePrefix()<<
" "<< this->GetNumberOfDevices();
69 name << this->GetDeviceNamePrefix();
itk::SmartPointer< Self > Pointer
std::vector< ToFCameraDevice::Pointer > m_Devices
m_Devices A list (vector) containing all connected devices of the respective factory.
Virtual interface and base class for all Time-of-Flight device factories. The basic interface is in t...
DataCollection - Class to facilitate loading/accessing structured data.
std::string GetCurrentDeviceName() override
GetCurrentDeviceName Get the human readable name of the current device. A factory can produce many de...
This is the base of class for all ToFDeviceFactories.
std::map< ToFCameraDevice *, us::ServiceRegistration< ToFCameraDevice > > m_DeviceRegistrations
m_DeviceRegistrations A map containing all the pairs of device registration numbers and devices...