27#ifndef G2O_GRAPH_PARAMETER_HH_
28#define G2O_GRAPH_PARAMETER_HH_
41 virtual bool read(std::istream& is) = 0;
43 virtual bool write(std::ostream& os)
const = 0;
44 int id()
const {
return _id; }
46 virtual HyperGraph::HyperGraphElementType
elementType()
const {
47 return HyperGraph::HGET_PARAMETER;
virtual bool write(std::ostream &os) const =0
write the data to a stream
virtual HyperGraph::HyperGraphElementType elementType() const
virtual bool read(std::istream &is)=0
read the data from a stream
std::vector< Parameter * > ParameterVector