osgEarth 2.1.1
|
#include <osgEarthSymbology/Common>
#include <osgEarth/GeoData>
#include <osgEarth/Utils>
#include <vector>
#include <stack>
Go to the source code of this file.
Classes | |
class | osgEarth::Symbology::BufferParameters |
class | osgEarth::Symbology::Geometry |
class | osgEarth::Symbology::PointSet |
class | osgEarth::Symbology::LineString |
class | osgEarth::Symbology::Ring |
class | osgEarth::Symbology::Polygon |
class | osgEarth::Symbology::MultiGeometry |
class | osgEarth::Symbology::GeometryIterator |
class | osgEarth::Symbology::ConstGeometryIterator |
class | osgEarth::Symbology::ConstSegmentIterator |
Namespaces | |
namespace | osgEarth |
namespace | osgEarth::Symbology |
Defines | |
#define | OSGEARTHSYMBOLOGY_GEOMETRY_H 1 |
Typedefs | |
typedef std::vector< osg::Vec3d > | osgEarth::Symbology::Vec3dVector |
typedef std::vector < osg::ref_ptr< Geometry > > | osgEarth::Symbology::GeometryCollection |
typedef std::vector < osg::ref_ptr< Ring > > | osgEarth::Symbology::RingCollection |
typedef std::pair< osg::Vec3d, osg::Vec3d > | osgEarth::Symbology::Segment |
typedef std::vector < osg::ref_ptr< Geometry > > | osgEarth::Symbology::GeometryList |