osgEarth 2.1.1
Defines | Variables

/home/cube/sources/osgearth/src/osgEarth/Caching.cpp File Reference

#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>
Include dependency graph for Caching.cpp:

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 Documentation

#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.


Variable Documentation

Definition at line 84 of file Caching.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines