|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::CacheDriver:Public Member Functions | |
| const CacheOptions & | getCacheOptions (const osgDB::ReaderWriter::Options *options) const |
| 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:
1.7.3