openscenegraph
|
#include <RenderLeaf>
Public Attributes | |
StateGraph * | _parent |
osg::ref_ptr< osg::Drawable > | _drawable |
osg::ref_ptr< osg::RefMatrix > | _projection |
osg::ref_ptr< osg::RefMatrix > | _modelview |
float | _depth |
bool | _dynamic |
unsigned int | _traversalOrderNumber |
Friends | |
class | osgUtil::StateGraph |
Allow StateGraph to change the RenderLeaf's _parent. | |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Container class for all data required for rendering of drawables.
|
inline |
References osg::Object::DYNAMIC, and osg::Object::getDataVariance().
|
inline |
References osg::ref_ptr< T >::get().
|
inlinevirtual |
|
virtual |
|
inline |
|
inline |
References osg::Object::DYNAMIC, and osg::Object::getDataVariance().
Referenced by osgUtil::CullVisitor::createOrReuseRenderLeaf().
|
friend |
Allow StateGraph to change the RenderLeaf's _parent.
float osgUtil::RenderLeaf::_depth |
osg::ref_ptr<osg::Drawable> osgUtil::RenderLeaf::_drawable |
bool osgUtil::RenderLeaf::_dynamic |
Referenced by osgUtil::StateGraph::addLeaf().
osg::ref_ptr<osg::RefMatrix> osgUtil::RenderLeaf::_modelview |
StateGraph* osgUtil::RenderLeaf::_parent |
Referenced by osgUtil::StateGraph::addLeaf().
osg::ref_ptr<osg::RefMatrix> osgUtil::RenderLeaf::_projection |