Abstract interface for allocating HyperGraphElement. More...
#include <creators.h>
Public Member Functions | |
virtual HyperGraph::HyperGraphElement * | construct ()=0 |
virtual const std::string & | name () const =0 |
virtual | ~AbstractHyperGraphElementCreator () |
Abstract interface for allocating HyperGraphElement.
Definition at line 41 of file creators.h.
|
inlinevirtual |
Definition at line 53 of file creators.h.
|
pure virtual |
create a hyper graph element. Has to implemented in derived class.
Implemented in g2o::HyperGraphElementCreator< T >.
|
pure virtual |
name of the class to be created. Has to implemented in derived class.
Implemented in g2o::HyperGraphElementCreator< T >.