osgEarth 2.1.1
Public Member Functions

AsyncCache Struct Reference

Inheritance diagram for AsyncCache:
Collaboration diagram for AsyncCache:

List of all members.

Public Member Functions

 AsyncCache (const CacheOptions &options=CacheOptions())
virtual void setImageSync (const TileKey &key, const CacheSpec &spec, const osg::Image *image)=0

Detailed Description

Definition at line 100 of file Sqlite3Cache.cpp.


Constructor & Destructor Documentation

AsyncCache::AsyncCache ( const CacheOptions options = CacheOptions()) [inline]

Definition at line 103 of file Sqlite3Cache.cpp.

: Cache(options) { }

Member Function Documentation

virtual void AsyncCache::setImageSync ( const TileKey key,
const CacheSpec spec,
const osg::Image *  image 
) [pure virtual]

Implemented in Sqlite3Cache.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines