OSG
3.4.0
|
#include <GraphicsThread.h>
Public Member Functions | |
EndOfDynamicDrawBlock (unsigned int) | |
void | completed (osg::State *state) |
![]() | |
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 |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Protected Member Functions | |
~EndOfDynamicDrawBlock () | |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
OpenThreads::Mutex | _mut |
OpenThreads::Condition | _cond |
unsigned int | _blockCount |
unsigned int | _currentCount |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Definition at line 124 of file GraphicsThread.h.
osg::EndOfDynamicDrawBlock::EndOfDynamicDrawBlock | ( | unsigned | int | ) |
|
inlineprotected |
Definition at line 134 of file GraphicsThread.h.
|
virtual |