OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
osgViewer::ViewerBase Class Referenceabstract

#include <ViewerBase.h>

Inheritance diagram for osgViewer::ViewerBase:
Inheritance graph
[legend]
Collaboration diagram for osgViewer::ViewerBase:
Collaboration graph
[legend]

Public Types

enum  ThreadingModel {
  SingleThreaded, CullDrawThreadPerContext, ThreadPerContext = CullDrawThreadPerContext, DrawThreadPerContext,
  CullThreadPerCameraDrawThreadPerContext, ThreadPerCamera = CullThreadPerCameraDrawThreadPerContext, AutomaticSelection
}
 
enum  BarrierPosition { BeforeSwapBuffers, AfterSwapBuffers }
 
enum  FrameScheme { ON_DEMAND, CONTINUOUS }
 
typedef std::vector
< osg::Camera * > 
Cameras
 
typedef std::vector
< osg::GraphicsContext * > 
Contexts
 
typedef std::vector
< osgViewer::GraphicsWindow * > 
Windows
 
typedef std::vector
< OpenThreads::Thread * > 
Threads
 
typedef std::vector
< osg::OperationThread * > 
OperationThreads
 
typedef std::vector
< osgViewer::Scene * > 
Scenes
 
typedef std::vector
< osgViewer::View * > 
Views
 
- Public Types inherited from osg::Object
enum  DataVariance { DYNAMIC, STATIC, UNSPECIFIED }
 

Public Member Functions

 ViewerBase ()
 
 ViewerBase (const ViewerBase &vb)
 
virtual void setViewerStats (osg::Stats *stats)=0
 
virtual osg::StatsgetViewerStats ()=0
 
virtual const osg::StatsgetViewerStats () const =0
 
virtual bool readConfiguration (const std::string &filename)=0
 
virtual bool isRealized () const =0
 
virtual void realize ()=0
 
virtual void setThreadingModel (ThreadingModel threadingModel)
 
ThreadingModel getThreadingModel () const
 
virtual ThreadingModel suggestBestThreadingModel ()
 
virtual void setUpThreading ()
 
bool areThreadsRunning () const
 
virtual void stopThreading ()
 
virtual void startThreading ()
 
void setEndBarrierPosition (BarrierPosition bp)
 
BarrierPosition getEndBarrierPosition () const
 
void setEndBarrierOperation (osg::BarrierOperation::PreBlockOp op)
 
osg::BarrierOperation::PreBlockOp getEndBarrierOperation () const
 
void setDone (bool done)
 
bool done () const
 
void setEventVisitor (osgGA::EventVisitor *eventVisitor)
 
osgGA::EventVisitorgetEventVisitor ()
 
const osgGA::EventVisitorgetEventVisitor () const
 
void setKeyEventSetsDone (int key)
 
int getKeyEventSetsDone () const
 
void setQuitEventSetsDone (bool flag)
 
bool getQuitEventSetsDone () const
 
void setReleaseContextAtEndOfFrameHint (bool hint)
 
bool getReleaseContextAtEndOfFrameHint () const
 
void setUpdateVisitor (osgUtil::UpdateVisitor *updateVisitor)
 
osgUtil::UpdateVisitorgetUpdateVisitor ()
 
const osgUtil::UpdateVisitorgetUpdateVisitor () const
 
void setUpdateOperations (osg::OperationQueue *operations)
 
osg::OperationQueuegetUpdateOperations ()
 
const osg::OperationQueuegetUpdateOperations () const
 
void addUpdateOperation (osg::Operation *operation)
 
void removeUpdateOperation (osg::Operation *operation)
 
void setRealizeOperation (osg::Operation *op)
 
osg::OperationgetRealizeOperation ()
 
void setIncrementalCompileOperation (osgUtil::IncrementalCompileOperation *ico)
 
osgUtil::IncrementalCompileOperationgetIncrementalCompileOperation ()
 
void setRunFrameScheme (FrameScheme fs)
 
FrameScheme getRunFrameScheme () const
 
void setRunMaxFrameRate (double frameRate)
 
double getRunMaxFrameRate () const
 
virtual int run ()
 
virtual bool checkNeedToDoFrame ()=0
 
virtual bool checkEvents ()=0
 
virtual void frame (double simulationTime=USE_REFERENCE_TIME)
 
virtual void advance (double simulationTime=USE_REFERENCE_TIME)=0
 
virtual void eventTraversal ()=0
 
virtual void updateTraversal ()=0
 
virtual void renderingTraversals ()
 
virtual void getCameras (Cameras &cameras, bool onlyActive=true)=0
 
virtual void getContexts (Contexts &contexts, bool onlyValid=true)=0
 
virtual void getWindows (Windows &windows, bool onlyValid=true)
 
virtual void getAllThreads (Threads &threads, bool onlyActive=true)=0
 
virtual void getOperationThreads (OperationThreads &threads, bool onlyActive=true)=0
 
virtual void getScenes (Scenes &scenes, bool onlyValid=true)=0
 
virtual void getViews (Views &views, bool onlyValid=true)=0
 
void checkWindowStatus ()
 
void checkWindowStatus (const Contexts &contexts)
 
virtual double elapsedTime ()=0
 
virtual osg::FrameStampgetViewerFrameStamp ()=0
 
virtual void getUsage (osg::ApplicationUsage &usage) const =0
 
- Public Member Functions inherited from osg::Object
 Object ()
 
 Object (bool threadSafeRefUnref)
 
 Object (const Object &, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 
virtual ObjectcloneType () const =0
 
virtual Objectclone (const CopyOp &) const =0
 
virtual bool isSameKindAs (const Object *) const
 
virtual const char * libraryName () const =0
 
virtual const char * className () const =0
 
std::string getCompoundClassName () const
 
virtual NodeasNode ()
 
virtual const NodeasNode () const
 
virtual NodeVisitorasNodeVisitor ()
 
virtual const NodeVisitorasNodeVisitor () const
 
virtual StateAttributeasStateAttribute ()
 
virtual const StateAttributeasStateAttribute () const
 
virtual UniformasUniform ()
 
virtual const UniformasUniform () const
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
virtual void setName (const std::string &name)
 
void setName (const char *name)
 
const std::string & getName () const
 
void setDataVariance (DataVariance dv)
 
DataVariance getDataVariance () const
 
virtual void computeDataVariance ()
 
void setUserDataContainer (osg::UserDataContainer *udc)
 
osg::UserDataContainergetUserDataContainer ()
 
const osg::UserDataContainergetUserDataContainer () const
 
osg::UserDataContainergetOrCreateUserDataContainer ()
 
virtual void setUserData (Referenced *obj)
 
virtual ReferencedgetUserData ()
 
virtual const ReferencedgetUserData () const
 
template<typename T >
bool getUserValue (const std::string &name, T &value) const
 
template<typename T >
void setUserValue (const std::string &name, const T &value)
 
virtual void resizeGLObjectBuffers (unsigned int)
 
virtual void releaseGLObjects (osg::State *=0) const
 
template<typename T >
BoolValueObject
UCharValueObject
UShortValueObject
UIntValueObject
DoubleValueObject
Vec3fValueObject
Vec2dValueObject
Vec4dValueObject
PlaneValueObject
MatrixdValueObject
BoundingBoxdValueObject
BoundingSpheredValueObject
bool 
getUserValue (const std::string &name, T &value) const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Member Functions

void viewerBaseInit ()
 
void makeCurrent (osg::GraphicsContext *gc)
 
void releaseContext ()
 
virtual void viewerInit ()=0
 
- Protected Member Functions inherited from osg::Object
virtual ~Object ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Protected Attributes

bool _firstFrame
 
bool _done
 
int _keyEventSetsDone
 
bool _quitEventSetsDone
 
bool _releaseContextAtEndOfFrameHint
 
ThreadingModel _threadingModel
 
bool _threadsRunning
 
bool _requestRedraw
 
bool _requestContinousUpdate
 
FrameScheme _runFrameScheme
 
double _runMaxFrameRate
 
BarrierPosition _endBarrierPosition
 
osg::BarrierOperation::PreBlockOp _endBarrierOperation
 
osg::ref_ptr
< osg::BarrierOperation
_startRenderingBarrier
 
osg::ref_ptr
< osg::BarrierOperation
_endRenderingDispatchBarrier
 
osg::ref_ptr
< osg::EndOfDynamicDrawBlock
_endDynamicDrawBlock
 
osg::ref_ptr< osgGA::EventVisitor_eventVisitor
 
osg::ref_ptr< osg::OperationQueue_updateOperations
 
osg::ref_ptr
< osgUtil::UpdateVisitor
_updateVisitor
 
osg::ref_ptr< osg::Operation_realizeOperation
 
osg::ref_ptr
< osgUtil::IncrementalCompileOperation
_incrementalCompileOperation
 
osg::observer_ptr
< osg::GraphicsContext
_currentContext
 
- Protected Attributes inherited from osg::Object
std::string _name
 
DataVariance _dataVariance
 
osg::UserDataContainer_userDataContainer
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Friends

class osgViewer::View
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 

Detailed Description

ViewerBase is the view base class that is inherited by both Viewer and CompositeViewer.

Definition at line 35 of file ViewerBase.h.

Member Typedef Documentation

Definition at line 243 of file ViewerBase.h.

Definition at line 246 of file ViewerBase.h.

Definition at line 255 of file ViewerBase.h.

Definition at line 258 of file ViewerBase.h.

Definition at line 252 of file ViewerBase.h.

Definition at line 261 of file ViewerBase.h.

Definition at line 249 of file ViewerBase.h.

Member Enumeration Documentation

Enumerator
BeforeSwapBuffers 
AfterSwapBuffers 

Definition at line 94 of file ViewerBase.h.

Enumerator
ON_DEMAND 
CONTINUOUS 

Definition at line 206 of file ViewerBase.h.

Enumerator
SingleThreaded 
CullDrawThreadPerContext 
ThreadPerContext 
DrawThreadPerContext 
CullThreadPerCameraDrawThreadPerContext 
ThreadPerCamera 
AutomaticSelection 

Definition at line 62 of file ViewerBase.h.

Constructor & Destructor Documentation

osgViewer::ViewerBase::ViewerBase ( )
osgViewer::ViewerBase::ViewerBase ( const ViewerBase vb)

Member Function Documentation

void osgViewer::ViewerBase::addUpdateOperation ( osg::Operation operation)

Add an update operation.

virtual void osgViewer::ViewerBase::advance ( double  simulationTime = USE_REFERENCE_TIME)
pure virtual
bool osgViewer::ViewerBase::areThreadsRunning ( ) const
inline

Return true if viewer threads are running.

Definition at line 86 of file ViewerBase.h.

virtual bool osgViewer::ViewerBase::checkEvents ( )
pure virtual

check to see if events have been received, return true if events are now available.

Implemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

virtual bool osgViewer::ViewerBase::checkNeedToDoFrame ( )
pure virtual

check to see if the new frame is required, called by run(..) when FrameScheme is set to ON_DEMAND.

Implemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

void osgViewer::ViewerBase::checkWindowStatus ( )

Check to see if any windows are still open. If not, set viewer done to true.

void osgViewer::ViewerBase::checkWindowStatus ( const Contexts contexts)

Check to see if windows are still open using the list of contexts given as a parameter. If no windows are open, stop rendering threads and set viewer done to true. This function is more effective than checkWindowStatus() as it does not query the context list and should be used whenever context list is already available in your code.

bool osgViewer::ViewerBase::done ( ) const
inline

Return true if viewer's work is done and should exit the frame loop.

Definition at line 124 of file ViewerBase.h.

virtual double osgViewer::ViewerBase::elapsedTime ( )
pure virtual
virtual void osgViewer::ViewerBase::eventTraversal ( )
pure virtual
virtual void osgViewer::ViewerBase::frame ( double  simulationTime = USE_REFERENCE_TIME)
virtual

Render a complete new frame. Calls advance(), eventTraversal(), updateTraversal(), renderingTraversals().

virtual void osgViewer::ViewerBase::getAllThreads ( Threads threads,
bool  onlyActive = true 
)
pure virtual
virtual void osgViewer::ViewerBase::getCameras ( Cameras cameras,
bool  onlyActive = true 
)
pure virtual
virtual void osgViewer::ViewerBase::getContexts ( Contexts contexts,
bool  onlyValid = true 
)
pure virtual
osg::BarrierOperation::PreBlockOp osgViewer::ViewerBase::getEndBarrierOperation ( ) const
inline

Get the end barrier operation.

Definition at line 117 of file ViewerBase.h.

BarrierPosition osgViewer::ViewerBase::getEndBarrierPosition ( ) const
inline

Get the end barrier position.

Definition at line 108 of file ViewerBase.h.

osgGA::EventVisitor* osgViewer::ViewerBase::getEventVisitor ( )
inline

Get the EventVisitor.

Definition at line 130 of file ViewerBase.h.

const osgGA::EventVisitor* osgViewer::ViewerBase::getEventVisitor ( ) const
inline

Get the const EventVisitor.

Definition at line 133 of file ViewerBase.h.

osgUtil::IncrementalCompileOperation* osgViewer::ViewerBase::getIncrementalCompileOperation ( )
inline

Get the incremental compile operation.

Definition at line 203 of file ViewerBase.h.

int osgViewer::ViewerBase::getKeyEventSetsDone ( ) const
inline

get the key event that the viewer checks on each frame to see if the viewer's done flag.

Definition at line 142 of file ViewerBase.h.

virtual void osgViewer::ViewerBase::getOperationThreads ( OperationThreads threads,
bool  onlyActive = true 
)
pure virtual
bool osgViewer::ViewerBase::getQuitEventSetsDone ( ) const
inline
Returns
true if the viewer respond to the QUIT_APPLICATION-event

Definition at line 148 of file ViewerBase.h.

osg::Operation* osgViewer::ViewerBase::getRealizeOperation ( )
inline

Get the graphics operation to call on realization of the viewers graphics windows.

Definition at line 194 of file ViewerBase.h.

bool osgViewer::ViewerBase::getReleaseContextAtEndOfFrameHint ( ) const
inline

Hint to tell the renderingTraversals() method whether to call releaseContext().

Definition at line 161 of file ViewerBase.h.

FrameScheme osgViewer::ViewerBase::getRunFrameScheme ( ) const
inline

Definition at line 213 of file ViewerBase.h.

double osgViewer::ViewerBase::getRunMaxFrameRate ( ) const
inline

Definition at line 216 of file ViewerBase.h.

virtual void osgViewer::ViewerBase::getScenes ( Scenes scenes,
bool  onlyValid = true 
)
pure virtual
ThreadingModel osgViewer::ViewerBase::getThreadingModel ( ) const
inline

Get the threading model the rendering traversals will use.

Definition at line 77 of file ViewerBase.h.

osg::OperationQueue* osgViewer::ViewerBase::getUpdateOperations ( )
inline

Get the Update OperationQueue.

Definition at line 178 of file ViewerBase.h.

const osg::OperationQueue* osgViewer::ViewerBase::getUpdateOperations ( ) const
inline

Get the const Update OperationQueue.

Definition at line 181 of file ViewerBase.h.

osgUtil::UpdateVisitor* osgViewer::ViewerBase::getUpdateVisitor ( )
inline

Get the UpdateVisitor.

Definition at line 168 of file ViewerBase.h.

const osgUtil::UpdateVisitor* osgViewer::ViewerBase::getUpdateVisitor ( ) const
inline

Get the const UpdateVisitor.

Definition at line 171 of file ViewerBase.h.

virtual void osgViewer::ViewerBase::getUsage ( osg::ApplicationUsage usage) const
pure virtual

Get the keyboard and mouse usage of this viewer.

Implemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

virtual osg::FrameStamp* osgViewer::ViewerBase::getViewerFrameStamp ( )
pure virtual
virtual osg::Stats* osgViewer::ViewerBase::getViewerStats ( )
pure virtual

Get the Viewers Stats object.

Implemented in osgViewer::Viewer, and osgViewer::CompositeViewer.

virtual const osg::Stats* osgViewer::ViewerBase::getViewerStats ( ) const
pure virtual

Get the Viewers Stats object.

Implemented in osgViewer::Viewer, and osgViewer::CompositeViewer.

virtual void osgViewer::ViewerBase::getViews ( Views views,
bool  onlyValid = true 
)
pure virtual
virtual void osgViewer::ViewerBase::getWindows ( Windows windows,
bool  onlyValid = true 
)
virtual
virtual bool osgViewer::ViewerBase::isRealized ( ) const
pure virtual

Get whether at least of one of this viewers windows are realized.

Implemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

void osgViewer::ViewerBase::makeCurrent ( osg::GraphicsContext gc)
inlineprotected

Definition at line 286 of file ViewerBase.h.

Here is the call graph for this function:

virtual bool osgViewer::ViewerBase::readConfiguration ( const std::string &  filename)
pure virtual

read the viewer configuration from a configuration file.

Implemented in osgViewer::Viewer, and osgViewer::CompositeViewer.

virtual void osgViewer::ViewerBase::realize ( )
pure virtual

set up windows and associated threads.

Implemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

void osgViewer::ViewerBase::releaseContext ( )
inlineprotected

Definition at line 295 of file ViewerBase.h.

void osgViewer::ViewerBase::removeUpdateOperation ( osg::Operation operation)

Remove an update operation.

virtual void osgViewer::ViewerBase::renderingTraversals ( )
virtual
virtual int osgViewer::ViewerBase::run ( )
virtual

Execute a main frame loop. Equivalent to while (!viewer.done()) viewer.frame(); Also calls realize() if the viewer is not already realized, and installs trackball manipulator if one is not already assigned.

Reimplemented in osgViewer::CompositeViewer, and osgViewer::Viewer.

void osgViewer::ViewerBase::setDone ( bool  done)
inline

Set the done flag to signal the viewer's work is done and should exit the frame loop.

Definition at line 121 of file ViewerBase.h.

void osgViewer::ViewerBase::setEndBarrierOperation ( osg::BarrierOperation::PreBlockOp  op)

Set the end barrier operation. op may be one of GL_FLUSH, GL_FINISH, or NO_OPERATION. NO_OPERATION is the default. Per BarrierOperation::operator()(), a glFlush() command, glFinish() command, or no additional OpenGL command will be issued before entering the end barrier.

void osgViewer::ViewerBase::setEndBarrierPosition ( BarrierPosition  bp)

Set the position of the end barrier. AfterSwapBuffers may result in slightly higher framerates, but may lead to inconsistent swapping between different windows. BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers, especially important if you are likely to consistently break frame.

void osgViewer::ViewerBase::setEventVisitor ( osgGA::EventVisitor eventVisitor)
inline

Set the EventVisitor.

Definition at line 127 of file ViewerBase.h.

void osgViewer::ViewerBase::setIncrementalCompileOperation ( osgUtil::IncrementalCompileOperation ico)

Set the incremental compile operation. Used to manage the OpenGL object compilation and merging of subgraphs in a way that avoids overloading the rendering of frame with too many new objects in one frame.

void osgViewer::ViewerBase::setKeyEventSetsDone ( int  key)
inline

Set the key event that the viewer checks on each frame to see if the viewer's done flag should be set to signal end of viewers main loop. Default value is Escape (osgGA::GUIEVentAdapter::KEY_Escape). Setting to 0 switches off the feature.

Definition at line 139 of file ViewerBase.h.

void osgViewer::ViewerBase::setQuitEventSetsDone ( bool  flag)
inline

if the flag is true, the viewer set its done flag when a QUIT_APPLICATION is received, false disables this feature

Definition at line 145 of file ViewerBase.h.

void osgViewer::ViewerBase::setRealizeOperation ( osg::Operation op)
inline

Set the graphics operation to call on realization of the viewers graphics windows.

Definition at line 191 of file ViewerBase.h.

void osgViewer::ViewerBase::setReleaseContextAtEndOfFrameHint ( bool  hint)
inline

Hint to tell the renderingTraversals() method whether to call releaseContext() on the last context that was made current by the thread calling renderingTraverals(). Note, when running multi-threaded viewer no threads will be made current or release current. Setting this hint to false can enable the frame loop to be lazy about calling makeCurrent and releaseContext on each new frame, helping performance. However, if you frame loop is managing multiple graphics context all from the main frame thread then this hint must be left on, otherwise the wrong context could be left active, introducing errors in rendering.

Definition at line 158 of file ViewerBase.h.

void osgViewer::ViewerBase::setRunFrameScheme ( FrameScheme  fs)
inline

Definition at line 212 of file ViewerBase.h.

void osgViewer::ViewerBase::setRunMaxFrameRate ( double  frameRate)
inline

Definition at line 215 of file ViewerBase.h.

virtual void osgViewer::ViewerBase::setThreadingModel ( ThreadingModel  threadingModel)
virtual

Set the threading model the rendering traversals will use.

void osgViewer::ViewerBase::setUpdateOperations ( osg::OperationQueue operations)
inline

Set the Update OperationQueue.

Definition at line 175 of file ViewerBase.h.

void osgViewer::ViewerBase::setUpdateVisitor ( osgUtil::UpdateVisitor updateVisitor)
inline

Set the UpdateVisitor.

Definition at line 165 of file ViewerBase.h.

virtual void osgViewer::ViewerBase::setUpThreading ( )
virtual

Set up the threading and processor affinity as per the viewers threading model.

virtual void osgViewer::ViewerBase::setViewerStats ( osg::Stats stats)
pure virtual

Set the Stats object used to collect various frame related timing and scene graph stats.

Implemented in osgViewer::Viewer, and osgViewer::CompositeViewer.

virtual void osgViewer::ViewerBase::startThreading ( )
virtual

Start any threads required by the viewer.

virtual void osgViewer::ViewerBase::stopThreading ( )
virtual

Stop any threads being run by viewer.

virtual ThreadingModel osgViewer::ViewerBase::suggestBestThreadingModel ( )
virtual

Let the viewer suggest the best threading model for the viewers camera/window setup and the hardware available.

virtual void osgViewer::ViewerBase::updateTraversal ( )
pure virtual
void osgViewer::ViewerBase::viewerBaseInit ( )
protected
virtual void osgViewer::ViewerBase::viewerInit ( )
protectedpure virtual

Friends And Related Function Documentation

friend class osgViewer::View
friend

Definition at line 284 of file ViewerBase.h.

Member Data Documentation

osg::observer_ptr<osg::GraphicsContext> osgViewer::ViewerBase::_currentContext
protected

Definition at line 337 of file ViewerBase.h.

bool osgViewer::ViewerBase::_done
protected

Definition at line 307 of file ViewerBase.h.

osg::BarrierOperation::PreBlockOp osgViewer::ViewerBase::_endBarrierOperation
protected

Definition at line 323 of file ViewerBase.h.

BarrierPosition osgViewer::ViewerBase::_endBarrierPosition
protected

Definition at line 322 of file ViewerBase.h.

osg::ref_ptr<osg::EndOfDynamicDrawBlock> osgViewer::ViewerBase::_endDynamicDrawBlock
protected

Definition at line 327 of file ViewerBase.h.

osg::ref_ptr<osg::BarrierOperation> osgViewer::ViewerBase::_endRenderingDispatchBarrier
protected

Definition at line 326 of file ViewerBase.h.

osg::ref_ptr<osgGA::EventVisitor> osgViewer::ViewerBase::_eventVisitor
protected

Definition at line 329 of file ViewerBase.h.

bool osgViewer::ViewerBase::_firstFrame
protected

Definition at line 306 of file ViewerBase.h.

osg::ref_ptr<osgUtil::IncrementalCompileOperation> osgViewer::ViewerBase::_incrementalCompileOperation
protected

Definition at line 335 of file ViewerBase.h.

int osgViewer::ViewerBase::_keyEventSetsDone
protected

Definition at line 308 of file ViewerBase.h.

bool osgViewer::ViewerBase::_quitEventSetsDone
protected

Definition at line 309 of file ViewerBase.h.

osg::ref_ptr<osg::Operation> osgViewer::ViewerBase::_realizeOperation
protected

Definition at line 334 of file ViewerBase.h.

bool osgViewer::ViewerBase::_releaseContextAtEndOfFrameHint
protected

Definition at line 310 of file ViewerBase.h.

bool osgViewer::ViewerBase::_requestContinousUpdate
protected

Definition at line 316 of file ViewerBase.h.

bool osgViewer::ViewerBase::_requestRedraw
protected

Definition at line 315 of file ViewerBase.h.

FrameScheme osgViewer::ViewerBase::_runFrameScheme
protected

Definition at line 318 of file ViewerBase.h.

double osgViewer::ViewerBase::_runMaxFrameRate
protected

Definition at line 319 of file ViewerBase.h.

osg::ref_ptr<osg::BarrierOperation> osgViewer::ViewerBase::_startRenderingBarrier
protected

Definition at line 325 of file ViewerBase.h.

ThreadingModel osgViewer::ViewerBase::_threadingModel
protected

Definition at line 312 of file ViewerBase.h.

bool osgViewer::ViewerBase::_threadsRunning
protected

Definition at line 313 of file ViewerBase.h.

osg::ref_ptr<osg::OperationQueue> osgViewer::ViewerBase::_updateOperations
protected

Definition at line 331 of file ViewerBase.h.

osg::ref_ptr<osgUtil::UpdateVisitor> osgViewer::ViewerBase::_updateVisitor
protected

Definition at line 332 of file ViewerBase.h.


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