This is the complete list of members for
osgEarth::DiskCache, including all inherited members.
_layerPropertiesCache | osgEarth::DiskCache | [protected] |
_options | osgEarth::DiskCache | [private] |
_refURI | osgEarth::Cache | [protected] |
_writeWorldFilesOverride | osgEarth::DiskCache | [protected] |
Cache(const CacheOptions &options=CacheOptions()) | osgEarth::Cache | |
Cache(const Cache &rhs, const osg::CopyOp &op=osg::CopyOp::DEEP_COPY_ALL) | osgEarth::Cache | |
compact(bool async=true) | osgEarth::Cache | [inline, virtual] |
DiskCache(const DiskCacheOptions &options=DiskCacheOptions()) | osgEarth::DiskCache | |
DiskCache(const DiskCache &rhs, const osg::CopyOp &op=osg::CopyOp::DEEP_COPY_ALL) | osgEarth::DiskCache | |
getCacheOptions() const | osgEarth::Cache | [inline] |
getFilename(const TileKey &key, const CacheSpec &spec) const | osgEarth::DiskCache | [virtual] |
getHeightField(const TileKey &key, const CacheSpec &spec, osg::ref_ptr< const osg::HeightField > &out_hf) | osgEarth::Cache | [virtual] |
getImage(const TileKey &key, const CacheSpec &spec, osg::ref_ptr< const osg::Image > &out_image) | osgEarth::DiskCache | [virtual] |
getPath() const | osgEarth::DiskCache | |
getReferenceURI() | osgEarth::Cache | [inline, virtual] |
getTMSPath(const std::string &cacheId) const | osgEarth::DiskCache | [protected] |
isCached(const TileKey &key, const CacheSpec &spec) const | osgEarth::DiskCache | [virtual] |
LayerPropertiesCache typedef | osgEarth::DiskCache | [protected] |
loadProperties(const std::string &cacheId, CacheSpec &out_spec, osg::ref_ptr< const Profile > &out_profile, unsigned int &out_tileSize) | osgEarth::DiskCache | [virtual] |
META_Object(osgEarth, DiskCache) | osgEarth::DiskCache | |
purge(const std::string &cacheId, int olderThanTimeStamp=0L, bool async=true) | osgEarth::Cache | [inline, virtual] |
setHeightField(const TileKey &key, const CacheSpec &spec, const osg::HeightField *hf) | osgEarth::Cache | [virtual] |
setImage(const TileKey &key, const CacheSpec &spec, const osg::Image *image) | osgEarth::DiskCache | [virtual] |
setReferenceURI(const std::string &value) | osgEarth::Cache | [inline, virtual] |
storeProperties(const CacheSpec &spec, const Profile *profile, unsigned int tileSize) | osgEarth::DiskCache | [virtual] |