|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAppTileCache.h>
Public Member Functions | |
| ossimAppCacheTileInfo (ossimAppCacheId appId, const ossimDpt3d &origin, ossim_uint32 resLevel) | |
| bool | operator== (const ossimAppCacheTileInfo &rhs) |
Public Attributes | |
| ossimAppCacheId | theAppCacheId |
| ossimDpt3d | theOrigin |
| ossim_uint32 | theResLevel |
Definition at line 81 of file ossimAppTileCache.h.
|
inline |
Definition at line 84 of file ossimAppTileCache.h.
|
inline |
Definition at line 95 of file ossimAppTileCache.h.
References theAppCacheId, theOrigin, and theResLevel.
| ossimAppCacheId ossimAppTileCache::ossimAppCacheTileInfo::theAppCacheId |
Definition at line 91 of file ossimAppTileCache.h.
Referenced by operator==(), and ossimAppTileCache::removeTile().
| ossimDpt3d ossimAppTileCache::ossimAppCacheTileInfo::theOrigin |
Definition at line 92 of file ossimAppTileCache.h.
Referenced by operator==(), and ossimAppTileCache::removeTile().
| ossim_uint32 ossimAppTileCache::ossimAppCacheTileInfo::theResLevel |
Definition at line 93 of file ossimAppTileCache.h.
Referenced by operator==(), and ossimAppTileCache::removeTile().
1.8.14