27#include <RobotComponents/interface/components/GraspingManager/GraspSelectionManagerInterface.h>
39 "GraspSelectionManager",
40 "Name of the GraspSelectionManager proxy");
45 virtual public GraspSelectionCriterionInterface,
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Component()
Protected default constructor. Used for virtual inheritance. Use createManagedIceObject() instead.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
void onInitComponent() override
Pure virtual hook for the subclass.
virtual void onConnectGraspSelectionCriterion()=0
virtual void onInitGraspSelectionCriterion()=0
void onConnectComponent() override
Pure virtual hook for the subclass.
PropertyDefinitionsPtr createPropertyDefinitions() override
GraspSelectionManagerInterfacePrx graspSelectionManager
GraspSelectionCriterionBase()
ABC for the GraspSelectionCriterion.
GraspSelectionCriterionPropertyDefinitions(std::string prefix)
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.