openscenegraph
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
osg::Stencil::Extensions Class Reference
Inheritance diagram for osg::Stencil::Extensions:
osg::Referenced

Public Member Functions

 Extensions (unsigned int contextID)
 Extensions (const Extensions &rhs)
void lowestCommonDenominator (const Extensions &rhs)
void setupGLExtensions (unsigned int contextID)
void setStencilWrapSupported (bool flag)
bool isStencilWrapSupported () const
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 Referenced (bool threadSafeRefUnref)
 Referenced (const Referenced &)
Referencedoperator= (const Referenced &)
virtual void setThreadSafeRefUnref (bool threadSafe)
bool getThreadSafeRefUnref () const
OpenThreads::MutexgetRefMutex () const
int ref () const
int unref () const
int unref_nodelete () const
int referenceCount () const
ObserverSetgetObserverSet () const
ObserverSetgetOrCreateObserverSet () const
void addObserver (Observer *observer) const
void removeObserver (Observer *observer) const

Protected Member Functions

 ~Extensions ()
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
void deleteUsingDeleteHandler () const

Protected Attributes

bool _isStencilWrapSupported
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
OpenThreads::Atomic _refCount

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 ()

Detailed Description

Extensions class which encapsulates the querying of extensions and associated function pointers, and provide convenience wrappers to check for the extensions or use the associated functions.

Constructor & Destructor Documentation

osg::Stencil::Extensions::Extensions ( unsigned int  contextID)
osg::Stencil::Extensions::Extensions ( const Extensions rhs)
osg::Stencil::Extensions::~Extensions ( )
inlineprotected

Member Function Documentation

bool osg::Stencil::Extensions::isStencilWrapSupported ( ) const
inline
void osg::Stencil::Extensions::lowestCommonDenominator ( const Extensions rhs)
void osg::Stencil::Extensions::setStencilWrapSupported ( bool  flag)
inline
void osg::Stencil::Extensions::setupGLExtensions ( unsigned int  contextID)

Member Data Documentation

bool osg::Stencil::Extensions::_isStencilWrapSupported
protected

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