Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vrj::OpenSGApp::context_data Struct Reference

#include <OpenSGApp.h>

List of all members.

Public Methods

 context_data ()

Public Attributes

OSG::RenderAction * mRenderAction
 The render action for the scene. More...

OSG::PassiveWindowPtr mWin
 passive window to render with (the context). More...

OSG::PassiveViewportPtr mViewport
 passive viewport to render with (the context). More...

OSG::PassiveBackgroundPtr mBackground
 passive background to render with (the context). More...

OSG::MatrixCameraPtr mCamera
bool mContextThreadInitialized
OSG::ExternalThread * mOsgThread


Constructor & Destructor Documentation

vrj::OpenSGApp::context_data::context_data   [inline]
 

Definition at line 70 of file OpenSGApp.h.

References mContextThreadInitialized, mOsgThread, and mRenderAction.

00071         : mRenderAction(NULL),
00072           mContextThreadInitialized(false),
00073           mOsgThread(NULL)
00074       {;}


Member Data Documentation

OSG::RenderAction* vrj::OpenSGApp::context_data::mRenderAction
 

The render action for the scene.

Definition at line 76 of file OpenSGApp.h.

Referenced by context_data.

OSG::PassiveWindowPtr vrj::OpenSGApp::context_data::mWin
 

passive window to render with (the context).

Definition at line 77 of file OpenSGApp.h.

OSG::PassiveViewportPtr vrj::OpenSGApp::context_data::mViewport
 

passive viewport to render with (the context).

Definition at line 78 of file OpenSGApp.h.

OSG::PassiveBackgroundPtr vrj::OpenSGApp::context_data::mBackground
 

passive background to render with (the context).

Definition at line 79 of file OpenSGApp.h.

OSG::MatrixCameraPtr vrj::OpenSGApp::context_data::mCamera
 

Definition at line 80 of file OpenSGApp.h.

bool vrj::OpenSGApp::context_data::mContextThreadInitialized
 

Definition at line 82 of file OpenSGApp.h.

Referenced by context_data.

OSG::ExternalThread* vrj::OpenSGApp::context_data::mOsgThread
 

Definition at line 83 of file OpenSGApp.h.

Referenced by context_data.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 15:11:13 2004 for VR Juggler by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002