![]() |
VR-Forces 4.10 Class Documentation
|
creator for all the different DtIndirectManager types More...

Public Types | |
| typedef std::map< int, DtIndirectManagerCreator * > | MapManagerTypeToCreator |
| typedef std::map< int, DtIndirectManager * > | MapManagerTypeToManager |
Public Member Functions | |
| DtIndirectManagerFactory (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtIndirectManagerFactory () |
| DTOR. More... | |
| virtual void | registerType (int managerType, DtIndirectManagerCreator *creator) |
| virtual DtIndirectManager * | create (int managerType, DtInstanceContainer &container) const |
| Create an instance of a DtIndirectManager. More... | |
| virtual MapManagerTypeToManager | createAll (DtInstanceContainer &container) const |
| Create an instance of each of the registered managers. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtIndirectManagerFactory & | instance (DtDe &de) |
| Get the creator for the DtIndirectManager use de.registerInstance(DtIndirectManagerCreator::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtIndirectManagerFactory") More... | |
Protected Attributes | |
| DtDe & | myDe |
| MapManagerTypeToCreator | myIndirectManagers |
creator for all the different DtIndirectManager types
| typedef std::map<int, DtIndirectManagerCreator*> makVrv::DtIndirectManagerFactory::MapManagerTypeToCreator |
| typedef std::map<int, DtIndirectManager*> makVrv::DtIndirectManagerFactory::MapManagerTypeToManager |
| makVrv::DtIndirectManagerFactory::DtIndirectManagerFactory | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
Create an instance of a DtIndirectManager.
|
virtual |
Create an instance of each of the registered managers.
|
static |
Get the creator for the DtIndirectManager use de.registerInstance(DtIndirectManagerCreator::theClassName()) to override this creator.
|
static |
Class name for this class ("DtIndirectManagerFactory")
|
protected |
|
protected |