28#include <VirtualRobot/math/AbstractFunctionR1R6.h>
29#include <VirtualRobot/math/MathForwardDefinitions.h>
34#include <VisionX/interface/components/ArMarkerLocalizerInterface.h>
67 virtual public ArMarkerLocalizerInterface,
77 return "ArMarkerLocalizer";
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
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)
DummyArMarkerLocalizerPropertyDefinitions(std::string prefix)
Brief description of class DummyArMarkerLocalizer.
void onInitComponent() override
void reportImageAvailable(const std::string &, const Ice::Current &) override
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
math::SimpleAbstractFunctionR1R6Ptr trajectory
void onConnectComponent() override
ArMarkerLocalizationResultList GetLatestLocalizationResult(const Ice::Current &) override
void onExitComponent() override
ArMarkerLocalizationResultList LocalizeAllMarkersNow(const Ice::Current &) override
std::string getDefaultName() const override
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.