Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Factory creator without constructor arguments. More...
#include <geogram/basic/factory.h>
Public Types | |
typedef Type *(* | CreatorType) () |
Type of the creation function. | |
Static Public Member Functions | |
template<class ConcreteType > | |
static Type * | create () |
Creation function. More... | |
Factory creator without constructor arguments.
This defines the function to create objects with no constructor arguments.
Type | base type of the created objects |
|
inlinestatic |