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 |
int | _frameNumber |
osg::ref_ptr< osg::Node > | _sceneToCompile |
osgPresentation::CompileSlideCallback::CompileSlideCallback | ( | ) | [inline] |
virtual osgPresentation::CompileSlideCallback::~CompileSlideCallback | ( | ) | [inline, protected, virtual] |
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.
void osgPresentation::CompileSlideCallback::needCompile | ( | osg::Node * | node | ) | [inline] |
bool osgPresentation::CompileSlideCallback::_needCompile [mutable, protected] |
int osgPresentation::CompileSlideCallback::_frameNumber [mutable, protected] |