![]() |
VR-Forces 4.1.1 Class Documentation
|
Factory which registers all default VR-Forces Sim Commands. More...

Public Member Functions | |
| DtDefaultSimCommandFactory () | |
| constructor | |
Public Member Functions inherited from DtSimCommandFactory | |
| DtSimCommandFactory () | |
| constructor | |
| DtSimCommandFactory (const DtSimCommandFactory &orig) | |
| copy constructor | |
| const DtSimCommandFactory & | operator= (const DtSimCommandFactory &orig) |
| assignment operator | |
| virtual | ~DtSimCommandFactory () |
| Destructor: deletes factory and any entries on the factory. | |
| virtual void | addCreatorFcn (const DtSimCommandMessageType &type, DtSimCommandCreatorFcn fcn) |
| Add a creator function to the factory. | |
| virtual DtSimCommand * | createSimCommand (const DtSimCommandMessageType &type) |
| virtual bool | isTypeRegistered (const DtSimCommandMessageType &type) |
Static Public Member Functions | |
| static void | registerCreators (DtSimCommandFactory *factory) |
| static DtSimCommandFactory * | create () |
Additional Inherited Members | |
Protected Attributes inherited from DtSimCommandFactory | |
| std::map < DtSimCommandMessageType, DtSimCommandFactoryEntry > | myCreatorMap |
Factory which registers all default VR-Forces Sim Commands.
| DtDefaultSimCommandFactory::DtDefaultSimCommandFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtSimCommandFactory.