g2o
|
#include <map>
#include <set>
#include <bitset>
#include <cassert>
#include <vector>
#include <limits>
#include <cstddef>
#include <unordered_map>
#include "g2o_core_api.h"
Go to the source code of this file.
Classes | |
class | g2o::HyperGraph |
struct | g2o::HyperGraph::HyperGraphElement |
class | g2o::HyperGraph::Data |
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... | |
class | g2o::HyperGraph::DataContainer |
Container class that implements an interface for adding/removing Data elements in a linked list. More... | |
class | g2o::HyperGraph::Vertex |
abstract Vertex, your types must derive from that one More... | |
class | g2o::HyperGraph::Edge |
Namespaces | |
g2o | |
Variables | |
HGET_VERTEX | |
HGET_EDGE | |
HGET_PARAMETER | |
HGET_CACHE | |
HGET_DATA | |
HGET_CACHE |
Definition at line 63 of file hyper_graph.h.
Referenced by g2o::Cache::elementType(), and g2o::Factory::registerType().
HGET_DATA |
Definition at line 63 of file hyper_graph.h.
Referenced by g2o::HyperGraph::Data::elementType(), and g2o::Factory::registerType().
HGET_EDGE |
Definition at line 63 of file hyper_graph.h.
Referenced by g2o::HyperGraph::Edge::elementType(), and g2o::Factory::registerType().
HGET_PARAMETER |
Definition at line 63 of file hyper_graph.h.
Referenced by g2o::Parameter::elementType(), g2o::ParameterContainer::read(), g2o::Factory::registerType(), and g2o::OptimizableGraph::setFixed().
HGET_VERTEX |
Definition at line 63 of file hyper_graph.h.
Referenced by g2o::HyperGraph::Vertex::elementType(), and g2o::Factory::registerType().