![]() |
VR-Forces 4.5 Class Documentation
|
Creator for registering GLStudio driver. More...

Public Member Functions | |
| DtGlStudioDriverCreator () | |
| CTOR. | |
| virtual | ~DtGlStudioDriverCreator () |
| DTOR. | |
| virtual const std::string & | extension () const |
| Get the name of the sim driver file connection. | |
| virtual DtDriver * | create (DtAgentManager &agentManager, const std::string &instanceName) const |
| Create function. | |
Public Member Functions inherited from makVrv::DtDriverCreator | |
| DtDriverCreator () | |
| CTOR. | |
| virtual | ~DtDriverCreator () |
| DTOR. | |
Protected Attributes | |
| std::string | myFileExtension |
Creator for registering GLStudio driver.
| makVrv::DtGlStudioDriverCreator::DtGlStudioDriverCreator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the name of the sim driver file connection.
If the driver can not be saved, return an empty string.
Implements makVrv::DtDriverCreator.
|
virtual |
Create function.
Implements makVrv::DtDriverCreator.
|
protected |