osgEarth 2.1.1
Public Member Functions

osgEarth::CacheDriver Class Reference

Inheritance diagram for osgEarth::CacheDriver:

List of all members.

Public Member Functions

const CacheOptionsgetCacheOptions (const osgDB::ReaderWriter::Options *options) const

Detailed Description

Base class for a cache driver plugin.

Definition at line 481 of file Caching.


Member Function Documentation

const CacheOptions & CacheDriver::getCacheOptions ( const osgDB::ReaderWriter::Options *  options) const

Definition at line 553 of file Caching.cpp.

{
    return *static_cast<const CacheOptions*>( rwopt->getPluginData( CACHE_OPTIONS_TAG ) );
}

Here is the caller graph for this function:


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