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