VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Public Attributes
makVrv::DtOsgRenderer::SceneRoot Class Reference

Abstract index into the scene graph. More...

Public Member Functions

 SceneRoot ()
 SceneRoot (RootDomain domain)
 SceneRoot (int modelSet)
 SceneRoot (int modelSet, int visualizerType)
 SceneRoot (int modelSet, DtChannel *channel)
bool operator== (SceneRoot rhs) const

Public Attributes

RootDomain myDomain
 What part of the scene graph to interact with.
struct {
   int   modelSetId
 If modelSet or visualizerType specific, the model set of interest.
   int   visualizerType
 If visualizerType specific, the visualizerType of interest.
   DtChannel *   channel
 If channel specific, channel of interest.
myParameter

Detailed Description

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

Constructor & Destructor Documentation

makVrv::DtOsgRenderer::SceneRoot::SceneRoot ( )
inline
makVrv::DtOsgRenderer::SceneRoot::SceneRoot ( RootDomain  domain)
inline
makVrv::DtOsgRenderer::SceneRoot::SceneRoot ( int  modelSet)
inline
makVrv::DtOsgRenderer::SceneRoot::SceneRoot ( int  modelSet,
int  visualizerType 
)
inline
makVrv::DtOsgRenderer::SceneRoot::SceneRoot ( int  modelSet,
DtChannel channel 
)
inline

Member Function Documentation

bool makVrv::DtOsgRenderer::SceneRoot::operator== ( SceneRoot  rhs) const
inline

Member Data Documentation

RootDomain makVrv::DtOsgRenderer::SceneRoot::myDomain

What part of the scene graph to interact with.

Referenced by operator==().

int makVrv::DtOsgRenderer::SceneRoot::modelSetId

If modelSet or visualizerType specific, the model set of interest.

Referenced by operator==().

int makVrv::DtOsgRenderer::SceneRoot::visualizerType

If visualizerType specific, the visualizerType of interest.

Referenced by operator==().

DtChannel* makVrv::DtOsgRenderer::SceneRoot::channel

If channel specific, channel of interest.

Referenced by operator==().

struct { ... } makVrv::DtOsgRenderer::SceneRoot::myParameter

Referenced by operator==().


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)