openscenegraph
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
osgShadow::ViewDependentShadowMap::ViewDependentData Class Reference

#include <ViewDependentShadowMap>

Inheritance diagram for osgShadow::ViewDependentShadowMap::ViewDependentData:
osg::Referenced

Public Member Functions

 ViewDependentData (ViewDependentShadowMap *vdsm)
 
const ViewDependentShadowMapgetViewDependentShadowMap () const
 
LightDataListgetLightDataList ()
 
ShadowDataListgetShadowDataList ()
 
osg::StateSetgetStateSet ()
 
virtual void releaseGLObjects (osg::State *=0) const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool)
 
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

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

Protected Attributes

ViewDependentShadowMap_viewDependentShadowMap
 
osg::ref_ptr< osg::StateSet_stateset
 
LightDataList _lightDataList
 
ShadowDataList _shadowDataList
 
- 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 setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 

Constructor & Destructor Documentation

◆ ViewDependentData()

osgShadow::ViewDependentShadowMap::ViewDependentData::ViewDependentData ( ViewDependentShadowMap vdsm)

◆ ~ViewDependentData()

virtual osgShadow::ViewDependentShadowMap::ViewDependentData::~ViewDependentData ( )
inlineprotectedvirtual

Member Function Documentation

◆ getLightDataList()

LightDataList & osgShadow::ViewDependentShadowMap::ViewDependentData::getLightDataList ( )
inline

◆ getShadowDataList()

ShadowDataList & osgShadow::ViewDependentShadowMap::ViewDependentData::getShadowDataList ( )
inline

◆ getStateSet()

osg::StateSet * osgShadow::ViewDependentShadowMap::ViewDependentData::getStateSet ( )
inline

◆ getViewDependentShadowMap()

const ViewDependentShadowMap * osgShadow::ViewDependentShadowMap::ViewDependentData::getViewDependentShadowMap ( ) const
inline

◆ releaseGLObjects()

virtual void osgShadow::ViewDependentShadowMap::ViewDependentData::releaseGLObjects ( osg::State = 0) const
virtual

Member Data Documentation

◆ _lightDataList

LightDataList osgShadow::ViewDependentShadowMap::ViewDependentData::_lightDataList
protected

◆ _shadowDataList

ShadowDataList osgShadow::ViewDependentShadowMap::ViewDependentData::_shadowDataList
protected

◆ _stateset

osg::ref_ptr<osg::StateSet> osgShadow::ViewDependentShadowMap::ViewDependentData::_stateset
protected

◆ _viewDependentShadowMap

ViewDependentShadowMap* osgShadow::ViewDependentShadowMap::ViewDependentData::_viewDependentShadowMap
protected

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