openscenegraph
|
Public Member Functions | |
CompileSlideCallback () | |
virtual void | operator() (const osg::Camera &camera) const |
void | needCompile (osg::Node *node) |
Protected Member Functions | |
virtual | ~CompileSlideCallback () |
Protected Attributes | |
bool | _needCompile |
unsigned int | _frameNumber |
osg::ref_ptr< osg::Node > | _sceneToCompile |
virtual osgPresentation::CompileSlideCallback::~CompileSlideCallback | ( | ) | [inline, protected, virtual] |
void osgPresentation::CompileSlideCallback::needCompile | ( | osg::Node * | node | ) | [inline] |
virtual void osgPresentation::CompileSlideCallback::operator() | ( | const osg::Camera & | ) | const [virtual] |
Functor method, provided for backwards compatibility, called by operator() (osg::RenderInfo& renderInfo) method.
Reimplemented from osg::Camera::DrawCallback.
unsigned int osgPresentation::CompileSlideCallback::_frameNumber [mutable, protected] |
bool osgPresentation::CompileSlideCallback::_needCompile [mutable, protected] |