OpenSceneGraph
3.5.1
|
Public Member Functions | |
CompileInfo (osg::GraphicsContext *context, IncrementalCompileOperation *ico) | |
bool | okToCompile (double estimatedTimeForCompile=0.0) const |
Public Member Functions inherited from osg::RenderInfo | |
RenderInfo () | |
RenderInfo (const RenderInfo &rhs) | |
RenderInfo (State *state, View *view) | |
RenderInfo & | operator= (const RenderInfo &rhs) |
unsigned int | getContextID () const |
void | setState (State *state) |
State * | getState () |
const State * | getState () const |
void | setView (View *view) |
View * | getView () |
const View * | getView () const |
void | pushCamera (Camera *camera) |
void | popCamera () |
CameraStack & | getCameraStack () |
Camera * | getCurrentCamera () |
void | pushRenderBin (osgUtil::RenderBin *bin) |
void | popRenderBin () |
RenderBinStack & | getRenderBinStack () |
void | setUserData (Referenced *userData) |
Referenced * | getUserData () |
const Referenced * | getUserData () const |
Public Attributes | |
IncrementalCompileOperation * | incrementalCompileOperation |
bool | compileAll |
unsigned int | maxNumObjectsToCompile |
double | allocatedTime |
osg::ElapsedTime | timer |
Additional Inherited Members | |
Public Types inherited from osg::RenderInfo | |
typedef std::vector< Camera * > | CameraStack |
typedef std::vector< osgUtil::RenderBin * > | RenderBinStack |
Protected Attributes inherited from osg::RenderInfo | |
ref_ptr< State > | _state |
View * | _view |
CameraStack | _cameraStack |
RenderBinStack | _renderBinStack |
ref_ptr< Referenced > | _userData |
osgUtil::IncrementalCompileOperation::CompileInfo::CompileInfo | ( | osg::GraphicsContext * | context, |
IncrementalCompileOperation * | ico | ||
) |
|
inline |
double osgUtil::IncrementalCompileOperation::CompileInfo::allocatedTime |
bool osgUtil::IncrementalCompileOperation::CompileInfo::compileAll |
IncrementalCompileOperation* osgUtil::IncrementalCompileOperation::CompileInfo::incrementalCompileOperation |
unsigned int osgUtil::IncrementalCompileOperation::CompileInfo::maxNumObjectsToCompile |
osg::ElapsedTime osgUtil::IncrementalCompileOperation::CompileInfo::timer |
Generated at Wed Nov 11 2015 22:15:15 for the OpenSceneGraph by doxygen 1.8.10. |