osgEarth 2.1.1
|
#include <limits.h>
#include <iomanip>
#include <osgEarth/Caching>
#include <osgEarth/ImageToHeightFieldConverter>
#include <osgEarth/FileUtils>
#include <osgEarth/ImageUtils>
#include <osgEarth/ThreadingUtils>
#include <osgDB/FileUtils>
#include <osgDB/FileNameUtils>
#include <osgDB/ReadFile>
#include <osgDB/WriteFile>
#include <OpenThreads/ScopedLock>
Go to the source code of this file.
Defines | |
#define | LC "[Cache] " |
#define | LC "[DiskCache] " |
#define | LC "[MemCache] " |
#define | LC "[TMSCache] " |
#define | LC "[CacheFactory] " |
#define | CACHE_OPTIONS_TAG "__osgEarth::CacheOptions" |
Variables | |
static Threading::ReadWriteMutex | s_mutex |
#define CACHE_OPTIONS_TAG "__osgEarth::CacheOptions" |
Definition at line 514 of file Caching.cpp.
#define LC "[MemCache] " |
Definition at line 513 of file Caching.cpp.
#define LC "[CacheFactory] " |
Definition at line 513 of file Caching.cpp.
#define LC "[TMSCache] " |
Definition at line 513 of file Caching.cpp.
#define LC "[Cache] " |
Definition at line 513 of file Caching.cpp.
#define LC "[DiskCache] " |
Definition at line 513 of file Caching.cpp.
Threading::ReadWriteMutex s_mutex [static] |
Definition at line 84 of file Caching.cpp.