This is the complete list of members for
AsyncCache, including all inherited members.
| _options | osgEarth::Cache | [protected] |
| _refURI | osgEarth::Cache | [protected] |
| AsyncCache(const CacheOptions &options=CacheOptions()) | AsyncCache | [inline] |
| 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] |
| getCacheOptions() const | osgEarth::Cache | [inline] |
| 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)=0 | osgEarth::Cache | [pure virtual] |
| getReferenceURI() | osgEarth::Cache | [inline, virtual] |
| isCached(const TileKey &key, const CacheSpec &spec) const | osgEarth::Cache | [inline, virtual] |
| loadProperties(const std::string &cacheId, CacheSpec &out_spec, osg::ref_ptr< const Profile > &out_profile, unsigned int &out_tileSize) | osgEarth::Cache | [inline, virtual] |
| 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)=0 | osgEarth::Cache | [pure virtual] |
| setImageSync(const TileKey &key, const CacheSpec &spec, const osg::Image *image)=0 | AsyncCache | [pure virtual] |
| setReferenceURI(const std::string &value) | osgEarth::Cache | [inline, virtual] |
| storeProperties(const CacheSpec &spec, const Profile *profile, unsigned int tileSize) | osgEarth::Cache | [inline, virtual] |