OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osg::TestResult Class Reference

#include <OcclusionQueryNode.h>

Inheritance diagram for osg::TestResult:
Inheritance graph
[legend]
Collaboration diagram for osg::TestResult:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

bool _init
 
GLuint _id
 
unsigned int _contextID
 
bool _active
 
GLint _numPixels
 

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
 

Detailed Description

Definition at line 40 of file OcclusionQueryNode.h.

Constructor & Destructor Documentation

osg::TestResult::TestResult ( )
inline

Definition at line 43 of file OcclusionQueryNode.h.

osg::TestResult::~TestResult ( )
inline

Definition at line 44 of file OcclusionQueryNode.h.

Member Data Documentation

bool osg::TestResult::_active
mutable

Definition at line 55 of file OcclusionQueryNode.h.

unsigned int osg::TestResult::_contextID

Definition at line 51 of file OcclusionQueryNode.h.

GLuint osg::TestResult::_id

Definition at line 49 of file OcclusionQueryNode.h.

bool osg::TestResult::_init

Definition at line 46 of file OcclusionQueryNode.h.

GLint osg::TestResult::_numPixels

Definition at line 58 of file OcclusionQueryNode.h.


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