abstract Vertex, your types must derive from that one More...
#include <hyper_graph.h>
Public Member Functions | |
const EdgeSet & | edges () const |
returns the set of hyper-edges that are leaving/entering in this vertex More... | |
EdgeSet & | edges () |
returns the set of hyper-edges that are leaving/entering in this vertex More... | |
virtual HyperGraphElementType | elementType () const |
int | id () const |
returns the id More... | |
virtual void | setId (int newId) |
Vertex (int id=-1) | |
creates a vertex having an ID specified by the argument More... | |
virtual | ~Vertex () |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
virtual | ~HyperGraphElement () |
Protected Attributes | |
EdgeSet | _edges |
int | _id |
abstract Vertex, your types must derive from that one
Definition at line 97 of file hyper_graph.h.
|
explicit |
creates a vertex having an ID specified by the argument
Definition at line 34 of file hyper_graph.cpp.
|
virtual |
Reimplemented in g2o::OptimizableGraph::Vertex.
Definition at line 38 of file hyper_graph.cpp.
|
inline |
returns the set of hyper-edges that are leaving/entering in this vertex
Definition at line 106 of file hyper_graph.h.
|
inline |
returns the set of hyper-edges that are leaving/entering in this vertex
Definition at line 108 of file hyper_graph.h.
|
inlinevirtual |
returns the type of the graph element, see HyperGraphElementType
Implements g2o::HyperGraph::HyperGraphElement.
Definition at line 109 of file hyper_graph.h.
|
inline |
returns the id
Definition at line 103 of file hyper_graph.h.
|
inlinevirtual |
Reimplemented in g2o::OptimizableGraph::Vertex.
Definition at line 104 of file hyper_graph.h.
|
protected |
Definition at line 112 of file hyper_graph.h.
|
protected |
Definition at line 111 of file hyper_graph.h.