g2o
Classes | Namespaces | Variables
hyper_graph.h File Reference
#include <map>
#include <set>
#include <bitset>
#include <cassert>
#include <vector>
#include <limits>
#include <cstddef>
#include <unordered_map>
#include "g2o_core_api.h"
Include dependency graph for hyper_graph.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

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
HGET_VERTEX