|
OSG
3.4.0
|
#include <GLObjectsVisitor.h>


Protected Attributes | |
| osg::ref_ptr< osg::Node > | _subgraph |
| GLObjectsVisitor::Mode | _mode |
Protected Attributes inherited from osg::Operation | |
| std::string | _name |
| bool | _keep |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Operation | |
| Operation () | |
| Operation (const Operation &op) | |
| virtual | ~Operation () |
Protected Member Functions inherited from osg::Referenced | |
| 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.
1.8.8