30#include <VisionX/interface/components/PointCloudAndImageAndCalibrationProviderInterface.h>
57 virtual void process()
override;
60 static const std::string defaultName;
64 std::string providerName =
"";
65 bool enableMemory =
true;
RGBDOpenPoseEstimationComponentPluginUser()
virtual void onConnectImageProcessor() override
Implement this method in the ImageProcessor in order execute parts when the component is fully initia...
virtual void onExitImageProcessor() override
Exit the ImapeProcessor component.
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void process() override
Process the vision component.
virtual void onInitImageProcessor() override
Setup the vision component.
static std::string GetDefaultName()
Get the component's default name.
virtual void onDisconnectImageProcessor() override
Implement this method in the ImageProcessor in order execute parts when the component looses network ...
void reportEntities() override
std::string getDefaultName() const override
The ImageProcessor class provides an interface for access to ImageProviders via Ice and shared memory...
client::plugins::PluginUser ClientPluginUser
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.