#include <hyper_graph.h>
Public Member Functions | |
virtual HyperGraphElementType | elementType () const =0 |
virtual | ~HyperGraphElement () |
base hyper graph element, specialized in vertex and edge
Definition at line 82 of file hyper_graph.h.
|
inlinevirtual |
Definition at line 83 of file hyper_graph.h.
|
pure virtual |
returns the type of the graph element, see HyperGraphElementType
Implemented in g2o::HyperGraph::Edge, g2o::HyperGraph::Vertex, g2o::OptimizableGraph::Data, g2o::Cache, and g2o::Parameter.