![]() |
VR-Forces 4.7 Class Documentation
|
The necessary global registration object to allow DiGuy to support Multiple instances. More...
Public Member Functions | |
| ~DtDiGuyFunctionRegistration () | |
| void | registerIg (DtDe &de) |
| Called to store a pointer to the 'active' de. | |
| void | unregisterIg () |
| Called to release the pointer to the 'active' de. | |
| DtDe * | currentIg () |
| Get the current de. | |
| void | initialize () |
| intialize DiGuy ONCE!!! | |
Static Public Member Functions | |
| static DtDiGuyFunctionRegistration & | instance (DtDe *de) |
| static DtDiGuyFunctionRegistration & | nonVisualInstance (const std::string &dataPath) |
Protected Member Functions | |
| DtDiGuyFunctionRegistration (DtDe *) | |
| DtDiGuyFunctionRegistration (const std::string &dataPath) | |
Protected Attributes | |
| DtDe * | myDe |
| bool | myInit |
| std::string | myAlternateDataPath |
The necessary global registration object to allow DiGuy to support Multiple instances.
| makVrv::DtDiGuyFunctionRegistration::~DtDiGuyFunctionRegistration | ( | ) |
|
protected |
|
protected |
|
static |
|
static |
| void makVrv::DtDiGuyFunctionRegistration::registerIg | ( | DtDe & | de | ) |
Called to store a pointer to the 'active' de.
| void makVrv::DtDiGuyFunctionRegistration::unregisterIg | ( | ) |
Called to release the pointer to the 'active' de.
| DtDe* makVrv::DtDiGuyFunctionRegistration::currentIg | ( | ) |
Get the current de.
| void makVrv::DtDiGuyFunctionRegistration::initialize | ( | ) |
intialize DiGuy ONCE!!!
|
protected |
|
protected |
|
protected |