vrj::OpenSGApp::context_data Struct Reference

#include <OpenSGApp.h>

List of all members.

Public Member Functions

 context_data ()

Public Attributes

OSG::RenderAction * mRenderAction
 The render action for the scene.
OSG::PassiveWindowPtr mWin
 passive window to render with (the context)
OSG::PassiveViewportPtr mViewport
 passive viewport to render with (the context)
OSG::PassiveBackgroundPtr mBackground
 passive background to render with (the context)
OSG::MatrixCameraPtr mCamera
bool mContextThreadInitialized
OSG::ExternalThread * mOsgThread


Detailed Description

Definition at line 67 of file OpenSGApp.h.


Constructor & Destructor Documentation

vrj::OpenSGApp::context_data::context_data (  )  [inline]

Definition at line 69 of file OpenSGApp.h.

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


Member Data Documentation

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

The render action for the scene.

Definition at line 77 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().

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

passive window to render with (the context)

Definition at line 78 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit(), vrj::OpenSGApp::contextPostDraw(), vrj::OpenSGApp::contextPreDraw(), and vrj::OpenSGApp::draw().

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

passive viewport to render with (the context)

Definition at line 79 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().

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

passive background to render with (the context)

Definition at line 80 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit().

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

Definition at line 81 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit(), and vrj::OpenSGApp::draw().

bool vrj::OpenSGApp::context_data::mContextThreadInitialized

Definition at line 83 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit().

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

Definition at line 84 of file OpenSGApp.h.

Referenced by vrj::OpenSGApp::contextInit().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 4 10:58:24 2007 for VR Juggler by  doxygen 1.5.1