14 #ifndef OSGVOLUME_VOLUMETECHNIQUE
15 #define OSGVOLUME_VOLUMETECHNIQUE 1
19 #include <osgUtil/UpdateVisitor>
20 #include <osgUtil/CullVisitor>
22 #include <osgVolume/Export>
68 virtual void cleanSceneGraph();
79 void setDirty(
bool dirty);
osg::ref_ptr< osg::RefMatrix > modelviewMatrix
osg::ref_ptr< osg::StateSet > stateset
osg::ref_ptr< osg::RefMatrix > projectionMatrix
This class provides an object-oriented thread mutex interface.
std::map< osgUtil::CullVisitor::Identifier *, osg::Matrix > ModelViewMatrixMap
#define META_Object(library, name)
ModelViewMatrixMap _modelViewMatrixMap
VolumeTile * getVolumeTile()
virtual void update(osgUtil::CullVisitor *cv)=0
const VolumeTile * getVolumeTile() const
OpenThreads::Mutex _mutex
std::vector< Node * > NodePath
virtual TileData * createTileData(osgUtil::CullVisitor *)