|
Graphite Version 3
An experimental 3D geometry processing program
|
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. | |
Factory creator without constructor arguments.
This defines the function to create objects with no constructor arguments.
| Type | base type of the created objects |
| typedef Type *(* GEO::FactoryCreator0< Type >::CreatorType) () |
|
inlinestatic |