openscenegraph
Public Member Functions | Public Attributes | List of all members
osgUtil::IncrementalCompileOperation::CompileDrawableOp Struct Reference
Inheritance diagram for osgUtil::IncrementalCompileOperation::CompileDrawableOp:
osgUtil::IncrementalCompileOperation::CompileOp osg::Referenced

Public Member Functions

 CompileDrawableOp (osg::Drawable *drawable)
double estimatedTimeForCompile (CompileInfo &compileInfo) const
bool compile (CompileInfo &compileInfo)

Public Attributes

osg::ref_ptr< osg::Drawable_drawable

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
static bool getThreadSafeReferenceCounting ()
static void setDeleteHandler (DeleteHandler *handler)
static DeleteHandlergetDeleteHandler ()
- 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

Constructor & Destructor Documentation

osgUtil::IncrementalCompileOperation::CompileDrawableOp::CompileDrawableOp ( osg::Drawable drawable)

Member Function Documentation

bool osgUtil::IncrementalCompileOperation::CompileDrawableOp::compile ( CompileInfo compileInfo)
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.

double osgUtil::IncrementalCompileOperation::CompileDrawableOp::estimatedTimeForCompile ( CompileInfo compileInfo) const
virtual

return an estimate for how many seconds the compile will take.

Implements osgUtil::IncrementalCompileOperation::CompileOp.

Member Data Documentation

osg::ref_ptr<osg::Drawable> osgUtil::IncrementalCompileOperation::CompileDrawableOp::_drawable

The documentation for this struct was generated from the following file: