|
g2o
|
Container class that implements an interface for adding/removing Data elements in a linked list. More...
#include <hyper_graph.h>


Public Member Functions | |
| DataContainer () | |
| virtual | ~DataContainer () |
| const Data * | userData () const |
| the user data associated with this vertex | |
| Data * | userData () |
| void | setUserData (Data *obs) |
| void | addUserData (Data *obs) |
Protected Attributes | |
| Data * | _userData |
Container class that implements an interface for adding/removing Data elements in a linked list.
Definition at line 122 of file hyper_graph.h.
|
inline |
Definition at line 124 of file hyper_graph.h.
|
inlinevirtual |
Definition at line 125 of file hyper_graph.h.
|
inline |
Definition at line 130 of file hyper_graph.h.
References g2o::HyperGraph::Data::setNext().
|
inline |
Definition at line 129 of file hyper_graph.h.
Referenced by g2o::OptimizableGraph::addVertex(), and g2o::Gm2dlIO::readGm2dl().
|
inline |
Definition at line 128 of file hyper_graph.h.
|
inline |
the user data associated with this vertex
Definition at line 127 of file hyper_graph.h.
Referenced by g2o::addOdometryCalibLinksDifferential(), g2o::OptimizableGraph::saveEdge(), g2o::OptimizableGraph::saveVertex(), g2o::Gm2dlIO::updateLaserData(), and g2o::Gm2dlIO::writeGm2dl().
|
protected |
Definition at line 138 of file hyper_graph.h.