68 long imageRGBMaxHistorySize = 20;
69 long imageDepthMaxHistorySize = 20;
70 long occupancyGridMaxHistorySize = 20;
72 long pointCloudMaxHistorySize = 20;
75 Properties properties;
79 pointCloudXYZCoreSegment;
81 pointCloudXYZLCoreSegment;
83 pointCloudXYZRGBACoreSegment;
85 pointCloudXYZRGBLCoreSegment;
88 monocularCameraCalibrationCoreSegment;
90 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.
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.