![]() |
VR-Forces 5.0.3 Developer's Guide
|
Abstract index into the scene graph. This is used as an argument to functions which interact with different 'logical' portions of the scene graph without needing to know the details of its implementation.
Public Member Functions | |
| DtSceneRoot () | |
| DtSceneRoot (RootDomain domain) | |
| DtSceneRoot (RootDomain domain, int modelSet) | |
| DtSceneRoot (int modelSet) | |
| DtSceneRoot (int modelSet, int visualizerType) | |
| DtSceneRoot (int modelSet, DtChannel *channel) | |
| bool | operator== (const DtSceneRoot &rhs) const |
Public Attributes | |
| RootDomain | myDomain |
| struct { | |
| int modelSetId | |
| int visualizerType | |
| DtChannel * channel | |
| } | myParameter |
Enumerations to indicate the part of the scene graph to interact with.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References channel, modelSetId, myDomain, myParameter, and visualizerType.
| RootDomain makVrv::DtSceneRoot::myDomain |
What part of the scene graph to interact with.
Referenced by operator==().
| int makVrv::DtSceneRoot::modelSetId |
If modelSet or visualizerType specific, the model set of interest.
Referenced by operator==().
| int makVrv::DtSceneRoot::visualizerType |
If visualizerType specific, the visualizerType of interest.
Referenced by operator==().
| DtChannel* makVrv::DtSceneRoot::channel |
If channel specific, channel of interest.
Referenced by operator==().
| struct { ... } makVrv::DtSceneRoot::myParameter |
Referenced by operator==().