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

#include <GLObjectsVisitor.h>

Inheritance diagram for osgUtil::GLObjectsOperation:
Inheritance graph
[legend]
Collaboration diagram for osgUtil::GLObjectsOperation:
Collaboration graph
[legend]

Public Member Functions

 GLObjectsOperation (GLObjectsVisitor::Mode mode=GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES|GLObjectsVisitor::CHECK_BLACK_LISTED_MODES)
 
 GLObjectsOperation (osg::Node *subgraph, GLObjectsVisitor::Mode mode=GLObjectsVisitor::COMPILE_DISPLAY_LISTS|GLObjectsVisitor::COMPILE_STATE_ATTRIBUTES|GLObjectsVisitor::CHECK_BLACK_LISTED_MODES)
 
virtual void operator() (osg::GraphicsContext *context)
 
- Public Member Functions inherited from osg::GraphicsOperation
 GraphicsOperation (const std::string &name, bool keep)
 
virtual void operator() (Object *object)
 
- Public Member Functions inherited from osg::Operation
 Operation (const std::string &name, bool keep)
 
void setName (const std::string &name)
 
const std::string & getName () const
 
void setKeep (bool keep)
 
bool getKeep () const
 
virtual void release ()
 
- 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 Attributes

osg::ref_ptr< osg::Node_subgraph
 
GLObjectsVisitor::Mode _mode
 
- Protected Attributes inherited from osg::Operation
std::string _name
 
bool _keep
 
- 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 ()
 
- Protected Member Functions inherited from osg::Operation
 Operation ()
 
 Operation (const Operation &op)
 
virtual ~Operation ()
 
- Protected Member Functions inherited from osg::Referenced
virtual ~Referenced ()
 
void signalObserversAndDelete (bool signalDelete, bool doDelete) const
 
void deleteUsingDeleteHandler () const
 

Detailed Description

Definition at line 118 of file GLObjectsVisitor.h.

Constructor & Destructor Documentation

Member Function Documentation

virtual void osgUtil::GLObjectsOperation::operator() ( osg::GraphicsContext context)
virtual

Member Data Documentation

GLObjectsVisitor::Mode osgUtil::GLObjectsOperation::_mode
protected

Definition at line 131 of file GLObjectsVisitor.h.

osg::ref_ptr<osg::Node> osgUtil::GLObjectsOperation::_subgraph
protected

Definition at line 130 of file GLObjectsVisitor.h.


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