19 #include "itkMultiThreader.h"
40 bool boolValue =
false;
42 if (strcmp(propertyKey,
"SetFPNCalibration") == 0)
44 myController->SetFPNCalibration(boolValue);
46 else if (strcmp(propertyKey,
"SetFPPNCalibration") == 0)
48 myController->SetFPPNCalibration(boolValue);
50 else if (strcmp(propertyKey,
"SetLinearityCalibration") == 0)
52 myController->SetLinearityCalibration(boolValue);
54 else if (strcmp(propertyKey,
"SetLensCalibration") == 0)
56 myController->SetLensCalibration(boolValue);
58 else if (strcmp(propertyKey,
"SetExposureMode") == 0)
62 myController->SetExposureMode(1);
66 myController->SetExposureMode(0);
itk::SmartPointer< Self > Pointer
bool GetBoolProperty(const char *propertyKey, bool &boolValue)
get a bool from the property list
DataCollection - Class to facilitate loading/accessing structured data.
PropertyList::Pointer m_PropertyList
a list of the corresponding properties
ToFCameraPMDController::Pointer m_Controller
corresponding CameraController
Abstract base class for properties.
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
virtual void SetProperty(const char *propertyKey, BaseProperty *propertyValue)
set a BaseProperty
Interface to the Time-of-Flight (ToF) camera PMD CamCube.
ToFCameraPMDCamCubeDevice()
~ToFCameraPMDCamCubeDevice()