![]() |
NDEVR
API Documentation
|
templatized creator class which creates graph elements More...
Public Member Functions | |
| HyperGraph::HyperGraphElement * | construct () |
| create a hyper graph element. | |
| virtual const std::string & | name () const |
| name of the class to be created. | |
templatized creator class which creates graph elements
Definition at line 60 of file creators.h.
|
inlinevirtual |
create a hyper graph element.
Has to implemented in derived class.
Implements AbstractHyperGraphElementCreator.
Definition at line 67 of file creators.h.
|
inlinevirtual |
name of the class to be created.
Has to implemented in derived class.
Implements AbstractHyperGraphElementCreator.
Definition at line 68 of file creators.h.