#include <parameter.h>

Public Member Functions | |
| virtual HyperGraph::HyperGraphElementType | elementType () const |
| int | id () const |
| Parameter () | |
| virtual bool | read (std::istream &is)=0 |
| read the data from a stream More... | |
| void | setId (int id_) |
| virtual bool | write (std::ostream &os) const =0 |
| write the data to a stream More... | |
| virtual | ~Parameter () |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
| virtual | ~HyperGraphElement () |
Protected Attributes | |
| int | _id |
Definition at line 36 of file parameter.h.
| g2o::Parameter::Parameter | ( | ) |
Definition at line 31 of file parameter.cpp.
|
inlinevirtual |
Definition at line 40 of file parameter.h.
|
inlinevirtual |
returns the type of the graph element, see HyperGraphElementType
Implements g2o::HyperGraph::HyperGraphElement.
Definition at line 47 of file parameter.h.
|
inline |
Definition at line 45 of file parameter.h.
|
pure virtual |
read the data from a stream
| void g2o::Parameter::setId | ( | int | id_ | ) |
Definition at line 35 of file parameter.cpp.
|
pure virtual |
write the data to a stream
|
protected |
Definition at line 49 of file parameter.h.