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 More... | |
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 121 of file hyper_graph.h.
|
inline |
Definition at line 123 of file hyper_graph.h.
|
inlinevirtual |
Definition at line 124 of file hyper_graph.h.
|
inline |
|
inline |
Definition at line 128 of file hyper_graph.h.
Referenced by g2o::OptimizableGraph::addVertex(), g2o::Gm2dlIO::readGm2dl(), and g2o::OptimizableGraph::setFixed().
|
inline |
the user data associated with this vertex
Definition at line 126 of file hyper_graph.h.
Referenced by g2o::addOdometryCalibLinksDifferential(), g2o::VertexPointXYWriteGnuplotAction::operator()(), g2o::VertexSE2WriteGnuplotAction::operator()(), g2o::deprecated::VertexSE3WriteGnuplotAction::operator()(), g2o::VertexSE3WriteGnuplotAction::operator()(), g2o::OptimizableGraph::saveEdge(), g2o::OptimizableGraph::saveVertex(), g2o::Gm2dlIO::updateLaserData(), g2o::VertexPointXYZ::write(), and g2o::Gm2dlIO::writeGm2dl().
|
inline |
Definition at line 127 of file hyper_graph.h.
|
protected |
Definition at line 131 of file hyper_graph.h.