Graphite
Version 3
An experimental 3D geometry processing program
|
Public Member Functions | |
void | register_factory (const std::string &name, BasicFactoryWithArg< T, ARG > *f) |
void | unregister_factory (const std::string &name) |
bool | factory_is_bound (const std::string &name) const |
void | list_factory_names (std::vector< std::string > &names) const |
std::string | factory_names () const |
T * | create (const std::string &name, ARG x) |
Definition at line 120 of file basic_factory.h.