OpenSceneGraph
3.4.0
|
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 Tue Dec 8 2015 00:14:31 for the OpenSceneGraph by doxygen 1.7.6.1. |