This is the complete list of members for
osgEarth::MemCache, including all inherited members.
| _keyToIterMap | osgEarth::MemCache | [protected] |
| _maxNumTilesInCache | osgEarth::MemCache | [protected] |
| _mutex | osgEarth::MemCache | [protected] |
| _objects | osgEarth::MemCache | [protected] |
| _options | osgEarth::Cache | [protected] |
| _refURI | osgEarth::Cache | [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] |
| getCacheOptions() const | osgEarth::Cache | [inline] |
| getHeightField(const TileKey &key, const CacheSpec &spec, osg::ref_ptr< const osg::HeightField > &out_hf) | osgEarth::MemCache | [virtual] |
| getImage(const TileKey &key, const CacheSpec &spec, osg::ref_ptr< const osg::Image > &out_image) | osgEarth::MemCache | [virtual] |
| getMaxNumTilesInCache() const | osgEarth::MemCache | |
| getObject(const TileKey &key, const CacheSpec &spec, osg::ref_ptr< const osg::Object > &out_result) | osgEarth::MemCache | [protected] |
| getReferenceURI() | osgEarth::Cache | [inline, virtual] |
| isCached(const TileKey &key, const CacheSpec &spec) const | osgEarth::MemCache | [virtual] |
| KeyToIteratorMap typedef | osgEarth::MemCache | [protected] |
| loadProperties(const std::string &cacheId, CacheSpec &out_spec, osg::ref_ptr< const Profile > &out_profile, unsigned int &out_tileSize) | osgEarth::Cache | [inline, virtual] |
| MemCache(int maxTilesInCache=16) | osgEarth::MemCache | |
| MemCache(const MemCache &rhs, const osg::CopyOp &op=osg::CopyOp::DEEP_COPY_ALL) | osgEarth::MemCache | |
| META_Object(osgEarth, MemCache) | osgEarth::MemCache | |
| ObjectList typedef | osgEarth::MemCache | [protected] |
| purge(const std::string &cacheId, int olderThan, bool async) | osgEarth::MemCache | [virtual] |
| setHeightField(const TileKey &key, const CacheSpec &spec, const osg::HeightField *hf) | osgEarth::MemCache | [virtual] |
| setImage(const TileKey &key, const CacheSpec &spec, const osg::Image *image) | osgEarth::MemCache | [virtual] |
| setMaxNumTilesInCache(unsigned int max) | osgEarth::MemCache | |
| setObject(const TileKey &key, const CacheSpec &spec, const osg::Object *image) | osgEarth::MemCache | [protected] |
| setReferenceURI(const std::string &value) | osgEarth::Cache | [inline, virtual] |
| storeProperties(const CacheSpec &spec, const Profile *profile, unsigned int tileSize) | osgEarth::Cache | [inline, virtual] |