31 #ifndef _PROPERTYSINK_H_ 32 #define _PROPERTYSINK_H_ 36 #include <Rcs_MatNd.h> 59 virtual void setProperty(
const char* property,
const std::string& value) = 0;
67 virtual void setProperty(
const char* property,
bool value) = 0;
75 virtual void setProperty(
const char* property,
int value) = 0;
83 virtual void setProperty(
const char* property,
double value) = 0;
94 virtual void setProperty(
const char* property, MatNd* value) = 0;
virtual PropertySink * getChild(const char *prefix)=0
virtual PropertySink * clone() const =0
virtual void setProperty(const char *property, const std::string &value)=0