osgEarth 2.1.1
|
#include <osgEarthFeatures/FeatureModelGraph>
#include <osgEarthFeatures/CropFilter>
#include <osgEarth/ThreadingUtils>
#include <osgEarth/NodeUtils>
#include <osgEarth/ElevationQuery>
#include <osg/PagedLOD>
#include <osg/ProxyNode>
#include <osgDB/FileNameUtils>
#include <osgDB/ReaderWriter>
#include <osgDB/WriteFile>
#include <osgUtil/Optimizer>
Go to the source code of this file.
Classes | |
struct | osgEarthFeatureModelPseudoLoader |
Namespaces | |
namespace | anonymous_namespace{FeatureModelGraph.cpp} |
Defines | |
#define | LC "[FeatureModelGraph] " |
Functions | |
static std::string | anonymous_namespace{FeatureModelGraph.cpp}::s_makeURI (UID uid, unsigned lod, unsigned x, unsigned y) |
osg::Group * | anonymous_namespace{FeatureModelGraph.cpp}::createPagedNode (const osg::BoundingSphered &bs, const std::string &uri, float minRange, float maxRange) |
REGISTER_OSGPLUGIN (osgearth_pseudo_fmg, osgEarthFeatureModelPseudoLoader) | |
GeoExtent | anonymous_namespace{FeatureModelGraph.cpp}::s_getTileExtent (unsigned lod, unsigned tileX, unsigned tileY, const GeoExtent &fullExtent) |
Variables | |
UID | anonymous_namespace{FeatureModelGraph.cpp}::_uid = 0 |
Threading::ReadWriteMutex | anonymous_namespace{FeatureModelGraph.cpp}::_fmgMutex |
std::map< UID, FeatureModelGraph * > | anonymous_namespace{FeatureModelGraph.cpp}::_fmgRegistry |
#define LC "[FeatureModelGraph] " |
Definition at line 32 of file FeatureModelGraph.cpp.
REGISTER_OSGPLUGIN | ( | osgearth_pseudo_fmg | , |
osgEarthFeatureModelPseudoLoader | |||
) |