osgEarth 2.1.1
|
#include "GeometryCompiler"
#include <osgEarthFeatures/BuildGeometryFilter>
#include <osgEarthFeatures/BuildTextFilter>
#include <osgEarthFeatures/AltitudeFilter>
#include <osgEarthFeatures/CentroidFilter>
#include <osgEarthFeatures/ExtrudeGeometryFilter>
#include <osgEarthFeatures/ScatterFilter>
#include <osgEarthFeatures/SubstituteModelFilter>
#include <osgEarthFeatures/TransformFilter>
#include <osg/MatrixTransform>
#include <osg/Timer>
#include <osgDB/WriteFile>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{GeometryCompiler.cpp} |
Defines | |
#define | LC "[GeometryCompiler] " |
Variables | |
osg::ref_ptr< PointSymbol > | anonymous_namespace{GeometryCompiler.cpp}::s_defaultPointSymbol = new PointSymbol() |
osg::ref_ptr< LineSymbol > | anonymous_namespace{GeometryCompiler.cpp}::s_defaultLineSymbol = new LineSymbol() |
osg::ref_ptr< PolygonSymbol > | anonymous_namespace{GeometryCompiler.cpp}::s_defaultPolygonSymbol = new PolygonSymbol() |
#define LC "[GeometryCompiler] " |
Definition at line 32 of file GeometryCompiler.cpp.