|
openscenegraph
|
Public Member Functions | |
| CompileTextureOp (osg::Texture *texture) | |
| double | estimatedTimeForCompile (CompileInfo &compileInfo) const |
| bool | compile (CompileInfo &compileInfo) |
Public Attributes | |
| osg::ref_ptr< osg::Texture > | _texture |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
| osgUtil::IncrementalCompileOperation::CompileTextureOp::CompileTextureOp | ( | osg::Texture * | texture | ) |
|
virtual |
compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list.
Implements osgUtil::IncrementalCompileOperation::CompileOp.
|
virtual |
return an estimate for how many seconds the compile will take.
Implements osgUtil::IncrementalCompileOperation::CompileOp.
| osg::ref_ptr<osg::Texture> osgUtil::IncrementalCompileOperation::CompileTextureOp::_texture |
1.8.1.2