OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
osg::EndOfDynamicDrawBlock Class Reference

#include <GraphicsThread.h>

Inheritance diagram for osg::EndOfDynamicDrawBlock:
Inheritance graph
[legend]
Collaboration diagram for osg::EndOfDynamicDrawBlock:
Collaboration graph
[legend]

Public Member Functions

 EndOfDynamicDrawBlock (unsigned int)
 
void completed (osg::State *state)
 
- Public Member Functions inherited from OpenThreads::BlockCount
 BlockCount (unsigned int blockCount)
 
 ~BlockCount ()
 
void completed ()
 
void block ()
 
void reset ()
 
void release ()
 
void setBlockCount (unsigned int blockCount)
 
unsigned int getBlockCount () const
 
unsigned int getCurrentCount () const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
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

 ~EndOfDynamicDrawBlock ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

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 ()
 
- Protected Attributes inherited from OpenThreads::BlockCount
OpenThreads::Mutex _mut
 
OpenThreads::Condition _cond
 
unsigned int _blockCount
 
unsigned int _currentCount
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

Definition at line 124 of file GraphicsThread.h.

Constructor & Destructor Documentation

osg::EndOfDynamicDrawBlock::EndOfDynamicDrawBlock ( unsigned  int)
osg::EndOfDynamicDrawBlock::~EndOfDynamicDrawBlock ( )
inlineprotected

Definition at line 134 of file GraphicsThread.h.

Member Function Documentation

void osg::EndOfDynamicDrawBlock::completed ( osg::State state)
virtual

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