69 long imageRGBMaxHistorySize = 20;
70 long imageDepthMaxHistorySize = 20;
71 long occupancyGridMaxHistorySize = 20;
73 long pointCloudMaxHistorySize = 20;
76 Properties properties;
80 pointCloudXYZCoreSegment;
82 pointCloudXYZLCoreSegment;
84 pointCloudXYZRGBACoreSegment;
86 pointCloudXYZRGBLCoreSegment;
89 monocularCameraCalibrationCoreSegment;
91 stereoCameraCalibrationCoreSegment;
Baseclass for all ArmarX ManagedIceObjects requiring properties.
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Creates the property definition container.
void onConnectComponent() override
Pure virtual hook for the subclass.
static std::string GetDefaultName()
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.
Base class of memory server components.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.