|
osgEarth 2.1.1
|
#include <osgEarth/Revisioning>#include <osg/Geometry>#include <osg/StateSet>#include <osg/Program>
Include dependency graph for AMRGeometry:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MeshNode |
| class | AMRTriangle |
| class | AMRDrawable |
| class | AMRGeometry |
Defines | |
| #define | OSGEARTH_DROAM_ENGINE_AMR_GEOMETRY_H 1 |
Typedefs | |
| typedef std::vector < osg::ref_ptr< AMRTriangle > > | AMRTriangleList |
| typedef std::vector < osg::ref_ptr< AMRDrawable > > | AMRDrawableList |
| #define OSGEARTH_DROAM_ENGINE_AMR_GEOMETRY_H 1 |
Definition at line 20 of file AMRGeometry.
| typedef std::vector< osg::ref_ptr<AMRDrawable> > AMRDrawableList |
Definition at line 68 of file AMRGeometry.
| typedef std::vector< osg::ref_ptr<AMRTriangle> > AMRTriangleList |
Definition at line 55 of file AMRGeometry.
1.7.3