26 if (!properties->hasDefinition(PROPERTY_NAME))
28 properties->defineOptionalProperty<std::string>(
29 PROPERTY_NAME,
"GraspGenerator",
"Name of the GraspGenerator");
33 GraspGeneratorInterfacePrx
36 return _graspGenerator;
51 GraspGeneratorInterfacePrx
54 return plugin->getGraspGenerator();
GraspGeneratorComponentPluginUser()
GraspGeneratorInterfacePrx getGraspGenerator()
ManagedIceObject & parent()
PluginT * addPlugin(const std::string prefix="", ParamsT &&... params)
void preOnInitComponent() override
void preOnConnectComponent() override
void postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override
GraspGeneratorInterfacePrx getGraspGenerator()
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.