26 if (!properties->hasDefinition(PROPERTY_NAME))
28 properties->defineOptionalProperty<std::string>(
29 PROPERTY_NAME,
"GraspSelectionManager",
"Name of the GraspSelectionManager");
33 GraspSelectionManagerInterfacePrx
36 return _graspSelectionManager;
51 GraspSelectionManagerInterfacePrx
54 return plugin->getGraspSelectionManager();
GraspSelectionManagerComponentPluginUser()
GraspSelectionManagerInterfacePrx getGraspSelectionManager()
ManagedIceObject & parent()
PluginT * addPlugin(const std::string prefix="", ParamsT &&... params)
void preOnInitComponent() override
void preOnConnectComponent() override
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
GraspSelectionManagerInterfacePrx getGraspSelectionManager()
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.