osgEarth 2.1.1
|
#include <limits.h>
#include <osg/Version>
#include <osgEarth/Common>
#include <osgEarth/TileKey>
#include <osgEarth/Profile>
#include <osgEarth/Caching>
#include <osgEarth/Progress>
#include <osgEarth/ThreadingUtils>
#include <osg/Referenced>
#include <osg/Object>
#include <osg/Image>
#include <osg/Shape>
#include <osgDB/ReadFile>
#include <OpenThreads/Mutex>
#include <string>
Go to the source code of this file.
Classes | |
class | osgEarth::TileSourceOptions |
class | osgEarth::TileBlacklist |
class | osgEarth::TileSource |
struct | osgEarth::TileSource::ImageOperation |
struct | osgEarth::TileSource::HeightFieldOperation |
class | osgEarth::TileSourceDriver |
class | osgEarth::TileSourceFactory |
Namespaces | |
namespace | osgEarth |
Defines | |
#define | OSGEARTH_TILE_SOURCE_H 1 |
#define | TILESOURCE_CONFIG "tileSourceConfig" |
Typedefs | |
typedef std::vector < TileSourceOptions > | osgEarth::TileSourceOptionsVector |
typedef std::vector < osg::ref_ptr< TileSource > > | osgEarth::TileSourceVector |
#define OSGEARTH_TILE_SOURCE_H 1 |
Definition at line 21 of file TileSource.
#define TILESOURCE_CONFIG "tileSourceConfig" |
Definition at line 48 of file TileSource.