Public Member Functions | |
CompileSet () | |
CompileSet (osg::Node *subgraphToCompile) | |
CompileSet (osg::Group *attachmentPoint, osg::Node *subgraphToCompile) | |
void | buildCompileMap (ContextSet &context, GLObjectsVisitor::Mode mode=GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES) |
bool | compileCompleted () const |
virtual | ~CompileSet () |
Public Attributes | |
osg::ref_ptr< osg::Group > | _attachmentPoint |
osg::ref_ptr< osg::Node > | _subgraphToCompile |
osg::ref_ptr < CompileCompletedCallback > | _compileCompletedCallback |
CompileMap | _compileMap |
osgUtil::IncrementalCompileOperation::CompileSet::CompileSet | ( | ) | [inline] |
osgUtil::IncrementalCompileOperation::CompileSet::CompileSet | ( | osg::Node * | subgraphToCompile | ) | [inline] |
osgUtil::IncrementalCompileOperation::CompileSet::CompileSet | ( | osg::Group * | attachmentPoint, | |
osg::Node * | subgraphToCompile | |||
) | [inline] |
virtual osgUtil::IncrementalCompileOperation::CompileSet::~CompileSet | ( | ) | [inline, virtual] |
void osgUtil::IncrementalCompileOperation::CompileSet::buildCompileMap | ( | ContextSet & | context, | |
GLObjectsVisitor::Mode | mode = GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES | |||
) |
bool osgUtil::IncrementalCompileOperation::CompileSet::compileCompleted | ( | ) | const [inline] |
osg::ref_ptr<CompileCompletedCallback> osgUtil::IncrementalCompileOperation::CompileSet::_compileCompletedCallback |