OSG
3.4.0
|
#include <VolumeTechnique.h>
Public Member Functions | |
TileData () | |
virtual void | update (osgUtil::CullVisitor *cv)=0 |
![]() | |
Referenced () | |
Referenced (bool threadSafeRefUnref) | |
Referenced (const Referenced &) | |
Referenced & | operator= (const Referenced &) |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Public Attributes | |
bool | active |
osg::NodePath | nodePath |
osg::ref_ptr< osg::RefMatrix > | projectionMatrix |
osg::ref_ptr< osg::RefMatrix > | modelviewMatrix |
osg::ref_ptr< osg::StateSet > | stateset |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Container for render to texture objects used when doing multi-pass volume rendering techniques.
Definition at line 29 of file VolumeTechnique.h.
|
inline |
Definition at line 31 of file VolumeTechnique.h.
|
pure virtual |
Implemented in osgVolume::MultipassTechnique::MultipassTileData.
bool osgVolume::TileData::active |
Definition at line 35 of file VolumeTechnique.h.
osg::ref_ptr<osg::RefMatrix> osgVolume::TileData::modelviewMatrix |
Definition at line 39 of file VolumeTechnique.h.
osg::NodePath osgVolume::TileData::nodePath |
Definition at line 37 of file VolumeTechnique.h.
osg::ref_ptr<osg::RefMatrix> osgVolume::TileData::projectionMatrix |
Definition at line 38 of file VolumeTechnique.h.
osg::ref_ptr<osg::StateSet> osgVolume::TileData::stateset |
Definition at line 41 of file VolumeTechnique.h.