|
g2o
|
templatized creator class which creates graph elements More...
#include <creators.h>


Public Member Functions | |
| HyperGraphElementCreator () | |
| HyperGraph::HyperGraphElement * | construct () |
| 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 58 of file creators.h.
|
inline |
Definition at line 60 of file creators.h.
|
inlinevirtual |
create a hyper graph element. Has to implemented in derived class.
Implements g2o::AbstractHyperGraphElementCreator.
Definition at line 66 of file creators.h.
|
inlinevirtual |
name of the class to be created. Has to implemented in derived class.
Implements g2o::AbstractHyperGraphElementCreator.
Definition at line 69 of file creators.h.
References g2o::HyperGraphElementCreator< T >::_name.
|
protected |
Definition at line 72 of file creators.h.
Referenced by g2o::HyperGraphElementCreator< T >::name().