![]() |
VR-Forces 4.5 Class Documentation
|
Creator class for the scene driver, can be replaced to replace the scene driver. More...

Public Member Functions | |
| virtual | ~DtSceneDriverCreator () |
| DTOR. | |
| virtual DtSceneDriver * | create (DtDe &de) |
| Create a new scene driver. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtSceneDriverCreator & | instance (DtDe &de) |
| Static get instance associated with the de. | |
| static void | registerInstance (DtDe &de, DtSceneDriverCreator *inst) |
| Static register an instance associated with the de. | |
Protected Member Functions | |
| DtSceneDriverCreator () | |
Creator class for the scene driver, can be replaced to replace the scene driver.
|
virtual |
DTOR.
|
protected |
|
static |
Static get instance associated with the de.
|
static |
Static register an instance associated with the de.
|
virtual |
Create a new scene driver.
Override this function to create a subclass.