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