g2o
|
#include <hyper_graph.h>
Public Member Functions | |
virtual | ~HyperGraphElement () |
virtual HyperGraphElementType | elementType () const =0 |
HyperGraphElement * | clone () const |
base hyper graph element, specialized in vertex and edge
Definition at line 84 of file hyper_graph.h.
|
inlinevirtual |
Definition at line 85 of file hyper_graph.h.
|
inline |
Definition at line 90 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::HyperGraph::Data, g2o::Cache, and g2o::Parameter.
Referenced by g2o::ParameterContainer::read().