27#ifndef G2O_GRAPH_PARAMETER_HH_
28#define G2O_GRAPH_PARAMETER_HH_
32#include "hyper_graph.h"
44 virtual bool read(std::istream& is) = 0;
46 virtual bool write(std::ostream& os)
const = 0;
The equivelent of std::vector but with a bit more control.
void setId(int id_)
Sets the parameter id.
int id() const
Returns the parameter id.
virtual bool read(std::istream &is)=0
read the data from a stream
int _id
Unique identifier for this parameter.
Parameter()
Default constructor.
virtual bool write(std::ostream &os) const =0
write the data to a stream
The primary namespace for the NDEVR SDK.
Buffer< Parameter * > ParameterVector
A buffer of parameter pointers.