Graphite  Version 3
An experimental 3D geometry processing program
OGF::BasicFactoriesWithArg< T, ARG > Class Template Reference

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)
 

Detailed Description

template<class T, class ARG>
class OGF::BasicFactoriesWithArg< T, ARG >

Definition at line 120 of file basic_factory.h.


The documentation for this class was generated from the following file: