templatized creator class which creates graph elements More...
#include <creators.h>
Public Member Functions | |
HyperGraph::HyperGraphElement * | construct () |
HyperGraphElementCreator () | |
virtual const std::string & | name () const |
Public Member Functions inherited from g2o::AbstractHyperGraphElementCreator | |
virtual | ~AbstractHyperGraphElementCreator () |
Protected Attributes | |
std::string | _name |
templatized creator class which creates graph elements
Definition at line 60 of file creators.h.
|
inline |
Definition at line 63 of file creators.h.
|
inlinevirtual |
create a hyper graph element. Has to implemented in derived class.
Implements g2o::AbstractHyperGraphElementCreator.
Definition at line 67 of file creators.h.
|
inlinevirtual |
name of the class to be created. Has to implemented in derived class.
Implements g2o::AbstractHyperGraphElementCreator.
Definition at line 68 of file creators.h.
|
protected |
Definition at line 70 of file creators.h.