openscenegraph
VolumeScene
Go to the documentation of this file.
1/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2009 Robert Osfield
2 *
3 * This library is open source and may be redistributed and/or modified under
4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
5 * (at your option) any later version. The full license is in LICENSE file
6 * included with this distribution, and on the openscenegraph.org website.
7 *
8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * OpenSceneGraph Public License for more details.
12*/
13
14#ifndef OSGVOLUMESCENE
15#define OSGVOLUMESCENE 1
16
17#include <osg/Group>
18#include <osg/Texture2D>
19#include <osgUtil/CullVisitor>
20
21#include <osgVolume/VolumeTile>
22
23namespace osgVolume {
24
75
76}
77
78#endif
This class provides an object-oriented thread mutex interface.
Definition Mutex:31
Definition CullVisitor:49
Definition VolumeScene:49
osg::ref_ptr< osg::Texture2D > _colorTexture
Definition VolumeScene:57
osg::ref_ptr< osg::Uniform > _viewportDimensionsUniform
Definition VolumeScene:63
osg::ref_ptr< osg::StateSet > _stateset
Definition VolumeScene:62
Tiles _tiles
Definition VolumeScene:65
osg::ref_ptr< osg::Vec3Array > _vertices
Definition VolumeScene:61
void visitTile(VolumeTile *tile)
virtual ~ViewData()
Definition VolumeScene:68
osg::ref_ptr< osg::Camera > _rttCamera
Definition VolumeScene:58
osg::ref_ptr< osg::Node > _backdropSubgraph
Definition VolumeScene:59
osg::ref_ptr< osg::Texture2D > _depthTexture
Definition VolumeScene:56
osg::ref_ptr< osg::Geometry > _geometry
Definition VolumeScene:60
Definition VolumeScene:27
OpenThreads::Mutex _viewDataMapMutex
Definition VolumeScene:72
TileData * tileVisited(osgUtil::CullVisitor *cv, VolumeTile *tile)
std::map< VolumeTile *, osg::ref_ptr< TileData > > Tiles
Definition VolumeScene:46
std::map< osgUtil::CullVisitor *, osg::ref_ptr< ViewData > > ViewDataMap
Definition VolumeScene:71
virtual void traverse(osg::NodeVisitor &nv)
VolumeScene(const VolumeScene &, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
ViewDataMap _viewDataMap
Definition VolumeScene:73
META_Node(osgVolume, VolumeScene)
TileData * getTileData(osgUtil::CullVisitor *cv, VolumeTile *tile)
Definition VolumeTile:70
Definition CopyOp:41
@ SHALLOW_COPY
Definition CopyOp:47
Definition Group:29
Definition NodeVisitor:82
Definition Referenced:44
Definition ref_ptr:32
#define OSGVOLUME_EXPORT
Definition osgVolume/Export:39
Definition VolumeTechnique:30