OpenSceneGraph
3.2.0
|
Public Member Functions | |
CompileTextureOp (osg::Texture *texture) | |
double | estimatedTimeForCompile (CompileInfo &compileInfo) const |
return an estimate for how many seconds the compile will take. More... | |
bool | compile (CompileInfo &compileInfo) |
compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list. More... | |
Public Attributes | |
osg::ref_ptr< osg::Texture > | _texture |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
Get the optional global Referenced mutex, this can be shared between all osg::Referenced. More... | |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
Set whether reference counting should use a mutex for thread safe reference counting. More... | |
static bool | getThreadSafeReferenceCounting () |
Get whether reference counting is active. More... | |
static void | setDeleteHandler (DeleteHandler *handler) |
Set a DeleteHandler to which deletion of all referenced counted objects will be delegated. More... | |
static DeleteHandler * | getDeleteHandler () |
Get a DeleteHandler. More... | |
![]() | |
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 |
![]() | Generated at Thu Aug 15 2013 02:33:30 for the OpenSceneGraph by doxygen 1.8.4. |