data packet for a vertex. Extend this class to store in the vertices the potential additional information you need (e.g. images, laser scans, ...). More...
#include <optimizable_graph.h>
Public Member Functions | |
Data () | |
virtual HyperGraph::HyperGraphElementType | elementType () const |
const Data * | next () const |
Data * | next () |
virtual bool | read (std::istream &is)=0 |
read the data from a stream More... | |
void | setNext (Data *next_) |
virtual bool | write (std::ostream &os) const =0 |
write the data to a stream More... | |
virtual | ~Data () |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
virtual | ~HyperGraphElement () |
Protected Attributes | |
Data * | _next |
Friends | |
struct | OptimizableGraph |
data packet for a vertex. Extend this class to store in the vertices the potential additional information you need (e.g. images, laser scans, ...).
Definition at line 81 of file optimizable_graph.h.
|
virtual |
Definition at line 57 of file optimizable_graph.cpp.
g2o::OptimizableGraph::Data::Data | ( | ) |
Definition at line 53 of file optimizable_graph.cpp.
|
inlinevirtual |
returns the type of the graph element, see HyperGraphElementType
Implements g2o::HyperGraph::HyperGraphElement.
Definition at line 91 of file optimizable_graph.h.
|
inline |
Definition at line 92 of file optimizable_graph.h.
|
inline |
Definition at line 93 of file optimizable_graph.h.
|
pure virtual |
read the data from a stream
|
inline |
Definition at line 94 of file optimizable_graph.h.
|
pure virtual |
write the data to a stream
|
friend |
Definition at line 83 of file optimizable_graph.h.
|
protected |
Definition at line 96 of file optimizable_graph.h.