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 OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
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 |