osg::GraphicsContext Member List

This is the complete list of members for osg::GraphicsContext, including all inherited members.

_camerasosg::GraphicsContext [protected]
_clearColorosg::GraphicsContext [protected]
_clearMaskosg::GraphicsContext [protected]
_currentOperationosg::GraphicsContext [protected]
_dataVarianceosg::Object [protected]
_graphicsThreadosg::GraphicsContext [protected]
_nameosg::Object [protected]
_observersosg::Referenced [protected]
_operationsosg::GraphicsContext [protected]
_operationsBlockosg::GraphicsContext [protected]
_operationsMutexosg::GraphicsContext [protected]
_refCountosg::Referenced [mutable, protected]
_refMutexosg::Referenced [mutable, protected]
_resizedCallbackosg::GraphicsContext [protected]
_stateosg::GraphicsContext [protected]
_threadOfLastMakeCurrentosg::GraphicsContext [protected]
_traitsosg::GraphicsContext [protected]
_userDataosg::Object [protected]
add(Operation *operation)osg::GraphicsContext
addCamera(osg::Camera *camera)osg::GraphicsContext [protected]
addObserver(Observer *observer)osg::Referenced
bindPBufferToTexture(GLenum buffer)osg::GraphicsContext [inline]
bindPBufferToTextureImplementation(GLenum buffer)=0osg::GraphicsContext [pure virtual]
Cameras typedefosg::GraphicsContext
className() const osg::GraphicsContext [inline, virtual]
clear()osg::GraphicsContext [virtual]
clone(const CopyOp &) const osg::GraphicsContext [inline, protected, virtual]
cloneType() const osg::GraphicsContext [inline, protected, virtual]
close(bool callCloseImplementation=true)osg::GraphicsContext
closeImplementation()=0osg::GraphicsContext [pure virtual]
computeDataVariance()osg::Object [inline, virtual]
createGraphicsContext(Traits *traits)osg::GraphicsContext [static]
createGraphicsThread()osg::GraphicsContext
createNewContextID()osg::GraphicsContext [static]
DataVariance enum nameosg::Object
decrementContextIDUsageCount(unsigned int contextID)osg::GraphicsContext [static]
DeleteHandler classosg::Referenced [friend]
deleteUsingDeleteHandler() const osg::Referenced [protected]
DYNAMIC enum valueosg::Object
getAllRegisteredGraphicsContexts()osg::GraphicsContext [static]
getCameras()osg::GraphicsContext [inline]
getCameras() const osg::GraphicsContext [inline]
getClearColor() const osg::GraphicsContext [inline]
getClearMask() const osg::GraphicsContext [inline]
getCompileContext(unsigned int contextID)osg::GraphicsContext [static]
getCurrentOperation()osg::GraphicsContext [inline]
getDataVariance() const osg::Object [inline]
getDeleteHandler()osg::Referenced [static]
getGraphicsThread()osg::GraphicsContext [inline]
getGraphicsThread() const osg::GraphicsContext [inline]
getMaxContextID()osg::GraphicsContext [static]
getName() const osg::Object [inline]
getOperationsBlock()osg::GraphicsContext [inline]
getOperationsMutex()osg::GraphicsContext [inline]
getOperationsQueue()osg::GraphicsContext [inline]
getOrCreateCompileContext(unsigned int contextID)osg::GraphicsContext [static]
getRefMutex() const osg::Referenced [inline]
getRegisteredGraphicsContexts(unsigned int contextID)osg::GraphicsContext [static]
getResizedCallback()osg::GraphicsContext [inline]
getResizedCallback() const osg::GraphicsContext [inline]
getState()osg::GraphicsContext [inline]
getState() const osg::GraphicsContext [inline]
getThreadSafeReferenceCounting()osg::Referenced [static]
getThreadSafeRefUnref() const osg::Referenced [inline]
getTraits() const osg::GraphicsContext [inline]
getUserData()osg::Object [inline]
getUserData() const osg::Object [inline]
getWindowingSystemInterface()osg::GraphicsContext [static]
GraphicsContext()osg::GraphicsContext [protected]
GraphicsContext(const GraphicsContext &, const osg::CopyOp &)osg::GraphicsContext [protected]
GraphicsContexts typedefosg::GraphicsContext
incrementContextIDUsageCount(unsigned int contextID)osg::GraphicsContext [static]
isCurrent() const osg::GraphicsContext [inline]
isRealized() const osg::GraphicsContext [inline]
isRealizedImplementation() const =0osg::GraphicsContext [pure virtual]
isSameKindAs(const Object *object) const osg::GraphicsContext [inline, virtual]
libraryName() const osg::GraphicsContext [inline, virtual]
makeContextCurrent(GraphicsContext *readContext)osg::GraphicsContext
makeContextCurrentImplementation(GraphicsContext *readContext)=0osg::GraphicsContext [pure virtual]
makeCurrent()osg::GraphicsContext
makeCurrentImplementation()=0osg::GraphicsContext [pure virtual]
Object()osg::Object [inline]
Object(bool threadSafeRefUnref)osg::Object [inline, explicit]
Object(const Object &, const CopyOp &copyop=CopyOp::SHALLOW_COPY)osg::Object
OperationQueue typedefosg::GraphicsContext
osg::Referenced::operator=(const Referenced &)osg::Referenced [inline]
osg::Camera classosg::GraphicsContext [friend]
realize()osg::GraphicsContext
realizeImplementation()=0osg::GraphicsContext [pure virtual]
ref() const osg::Referenced [inline]
referenceCount() const osg::Referenced [inline]
Referenced()osg::Referenced
Referenced(bool threadSafeRefUnref)osg::Referenced [explicit]
Referenced(const Referenced &)osg::Referenced
registerGraphicsContext(GraphicsContext *gc)osg::GraphicsContext [protected, static]
releaseContext()osg::GraphicsContext
releaseContextImplementation()=0osg::GraphicsContext [pure virtual]
releaseGLObjects(osg::State *=0) const osg::Object [inline, virtual]
remove(Operation *operation)osg::GraphicsContext
remove(const std::string &name)osg::GraphicsContext
removeAllOperations()osg::GraphicsContext
removeCamera(osg::Camera *camera)osg::GraphicsContext [protected]
removeObserver(Observer *observer)osg::Referenced
resized(int x, int y, int width, int height)osg::GraphicsContext [inline]
resizedImplementation(int x, int y, int width, int height)osg::GraphicsContext [virtual]
resizeGLObjectBuffers(unsigned int)osg::Object [inline, virtual]
runOperations()osg::GraphicsContext
setClearColor(const Vec4 &color)osg::GraphicsContext [inline]
setClearMask(GLbitfield mask)osg::GraphicsContext [inline]
setCompileContext(unsigned int contextID, GraphicsContext *gc)osg::GraphicsContext [static]
setDataVariance(DataVariance dv)osg::Object [inline]
setDeleteHandler(DeleteHandler *handler)osg::Referenced [static]
setGraphicsThread(GraphicsThread *gt)osg::GraphicsContext
setName(const std::string &name)osg::Object [inline]
setName(const char *name)osg::Object [inline]
setResizedCallback(ResizedCallback *rc)osg::GraphicsContext [inline]
setState(State *state)osg::GraphicsContext [inline]
setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting)osg::Referenced [static]
setThreadSafeRefUnref(bool threadSafe)osg::Referenced [virtual]
setUserData(Referenced *obj)osg::Object [inline]
setWindowingSystemInterface(WindowingSystemInterface *wsInterface)osg::GraphicsContext [static]
STATIC enum valueosg::Object
swapBuffers()osg::GraphicsContext
swapBuffersImplementation()=0osg::GraphicsContext [pure virtual]
unref() const osg::Referenced [inline]
unref_nodelete() const osg::Referenced
unregisterGraphicsContext(GraphicsContext *gc)osg::GraphicsContext [protected, static]
UNSPECIFIED enum valueosg::Object
valid() const =0osg::GraphicsContext [pure virtual]
~GraphicsContext()osg::GraphicsContext [protected, virtual]
~Object()osg::Object [inline, protected, virtual]
~Referenced()osg::Referenced [protected, virtual]


Generated at Sun Oct 14 02:12:09 2007 for the OpenSceneGraph by doxygen 1.5.3.