15 #include "itkMultiThreader.h" 36 bool boolValue =
false;
38 if (strcmp(propertyKey,
"SetFPNCalibration") == 0)
40 myController->SetFPNCalibration(boolValue);
42 else if (strcmp(propertyKey,
"SetFPPNCalibration") == 0)
44 myController->SetFPPNCalibration(boolValue);
46 else if (strcmp(propertyKey,
"SetLinearityCalibration") == 0)
48 myController->SetLinearityCalibration(boolValue);
50 else if (strcmp(propertyKey,
"SetLensCalibration") == 0)
52 myController->SetLensCalibration(boolValue);
54 else if (strcmp(propertyKey,
"SetExposureMode") == 0)
58 myController->SetExposureMode(1);
62 myController->SetExposureMode(0);
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()