g2o
Loading...
Searching...
No Matches
Public Member Functions | List of all members
g2o::HyperGraph::HyperGraphElement Struct Referenceabstract

#include <hyper_graph.h>

Inheritance diagram for g2o::HyperGraph::HyperGraphElement:
Inheritance graph
[legend]

Public Member Functions

virtual ~HyperGraphElement ()
 
virtual HyperGraphElementType elementType () const =0
 

Detailed Description

base hyper graph element, specialized in vertex and edge

Definition at line 80 of file hyper_graph.h.

Constructor & Destructor Documentation

◆ ~HyperGraphElement()

virtual g2o::HyperGraph::HyperGraphElement::~HyperGraphElement ( )
inlinevirtual

Definition at line 81 of file hyper_graph.h.

81{}

Member Function Documentation

◆ elementType()

virtual HyperGraphElementType g2o::HyperGraph::HyperGraphElement::elementType ( ) const
pure virtual

returns the type of the graph element, see HyperGraphElementType

Implemented in g2o::Cache, g2o::HyperGraph::Data, g2o::HyperGraph::Vertex, g2o::HyperGraph::Edge, and g2o::Parameter.

Referenced by g2o::ParameterContainer::read(), and g2o::Factory::registerType().


The documentation for this struct was generated from the following file: