OpenSceneGraph
3.0.1
|
Public Member Functions | |
virtual double | estimatedTimeForCompile (CompileInfo &compileInfo) const =0 |
return an estimate for how many seconds the compile will take. | |
virtual bool | compile (CompileInfo &compileInfo)=0 |
compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list. |
virtual bool osgUtil::IncrementalCompileOperation::CompileOp::compile | ( | CompileInfo & | compileInfo | ) | [pure virtual] |
compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list.
Implemented in osgUtil::IncrementalCompileOperation::CompileProgramOp, osgUtil::IncrementalCompileOperation::CompileTextureOp, and osgUtil::IncrementalCompileOperation::CompileDrawableOp.
virtual double osgUtil::IncrementalCompileOperation::CompileOp::estimatedTimeForCompile | ( | CompileInfo & | compileInfo | ) | const [pure virtual] |
return an estimate for how many seconds the compile will take.
Implemented in osgUtil::IncrementalCompileOperation::CompileProgramOp, osgUtil::IncrementalCompileOperation::CompileTextureOp, and osgUtil::IncrementalCompileOperation::CompileDrawableOp.
![]() | Generated at Mon Oct 3 2011 12:39:50 for the OpenSceneGraph by doxygen 1.7.5. |