#include <vrj/vrjConfig.h>#include <string>#include <vpr/Util/Factory.h>#include <vpr/Util/Singleton.h>#include <vrj/Draw/DrawSimInterface.h>Include dependency graph for GlSimInterfaceFactory.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vrj |
Defines | |
| #define | VRJ_REGISTER_GL_SIM_INTERFACE_CREATOR(SimIfType) |
| Registers a creator for the DrawSimInterface implementation classes. More... | |
|
|
Value: class SimIfType; \
const bool reg_ctr_ ## SimIfType = \
vrj::GlSimInterfaceFactory::instance()-> \
registerCreator(SimIfType::getElementType(), \
vpr::CreateProduct<vrj::DrawSimInterface, SimIfType>);
Definition at line 50 of file GlSimInterfaceFactory.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002