g2o
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
 
HyperGraphElementclone () const
 

Detailed Description

base hyper graph element, specialized in vertex and edge

Definition at line 84 of file hyper_graph.h.

Constructor & Destructor Documentation

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

Definition at line 85 of file hyper_graph.h.

85 {}

Member Function Documentation

HyperGraphElement* g2o::HyperGraph::HyperGraphElement::clone ( ) const
inline

Definition at line 90 of file hyper_graph.h.

90 { return 0; }
virtual HyperGraphElementType g2o::HyperGraph::HyperGraphElement::elementType ( ) const
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().


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