|
OpenSceneGraph
3.0.1
|
Public Types | |
| typedef std::list < osg::ref_ptr< CompileOp > > | CompileOps |
Public Member Functions | |
| CompileList () | |
| ~CompileList () | |
| bool | empty () const |
| void | add (CompileOp *compileOp) |
| void | add (osg::Drawable *drawable) |
| void | add (osg::Texture *texture) |
| void | add (osg::Program *program) |
| double | estimatedTimeForCompile (CompileInfo &compileInfo) const |
| bool | compile (CompileInfo &compileInfo) |
Public Attributes | |
| CompileOps | _compileOps |
| typedef std::list< osg::ref_ptr<CompileOp> > osgUtil::IncrementalCompileOperation::CompileList::CompileOps |
| void osgUtil::IncrementalCompileOperation::CompileList::add | ( | CompileOp * | compileOp | ) |
| void osgUtil::IncrementalCompileOperation::CompileList::add | ( | osg::Drawable * | drawable | ) | [inline] |
| void osgUtil::IncrementalCompileOperation::CompileList::add | ( | osg::Texture * | texture | ) | [inline] |
| void osgUtil::IncrementalCompileOperation::CompileList::add | ( | osg::Program * | program | ) | [inline] |
| bool osgUtil::IncrementalCompileOperation::CompileList::compile | ( | CompileInfo & | compileInfo | ) |
| bool osgUtil::IncrementalCompileOperation::CompileList::empty | ( | ) | const [inline] |
| double osgUtil::IncrementalCompileOperation::CompileList::estimatedTimeForCompile | ( | CompileInfo & | compileInfo | ) | const |
| Generated at Thu Sep 27 2012 17:03:28 for the OpenSceneGraph by doxygen 1.7.6.1. |