OSG
3.4.0
|
#include <GLObjectsVisitor.h>
Protected Attributes | |
osg::ref_ptr< osg::Node > | _subgraph |
GLObjectsVisitor::Mode | _mode |
![]() | |
std::string | _name |
bool | _keep |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
Operation () | |
Operation (const Operation &op) | |
virtual | ~Operation () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Definition at line 118 of file GLObjectsVisitor.h.
osgUtil::GLObjectsOperation::GLObjectsOperation | ( | GLObjectsVisitor::Mode | mode = GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES|GLObjectsVisitor::CHECK_BLACK_LISTED_MODES | ) |
osgUtil::GLObjectsOperation::GLObjectsOperation | ( | osg::Node * | subgraph, |
GLObjectsVisitor::Mode | mode = GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES|GLObjectsVisitor::CHECK_BLACK_LISTED_MODES |
||
) |
|
virtual |
Implements osg::GraphicsOperation.
|
protected |
Definition at line 131 of file GLObjectsVisitor.h.
|
protected |
Definition at line 130 of file GLObjectsVisitor.h.