OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimTileCache.h>
Public Member Functions | |
ossimTileInformation (ossimDataObject *aTile, const ossimDpt3d &origin=ossimDpt(0, 0), unsigned long resLevel=0) | |
Public Attributes | |
ossimRefPtr< ossimDataObject > | theCachedTile |
ossimDpt3d | theOrigin |
unsigned long | theResLevel |
Friends | |
ostream & | operator<< (ostream &out, const ossimTileInformation &) |
Definition at line 71 of file ossimTileCache.h.
|
inline |
Definition at line 80 of file ossimTileCache.h.
|
friend |
Definition at line 74 of file ossimTileCache.h.
ossimRefPtr<ossimDataObject> ossimTileCache::ossimTileInformation::theCachedTile |
Definition at line 87 of file ossimTileCache.h.
Referenced by ossimTileCache::get(), and ossimTileCache::remove().
ossimDpt3d ossimTileCache::ossimTileInformation::theOrigin |
Definition at line 88 of file ossimTileCache.h.
Referenced by ossimTileCache::get(), and ossimTileCache::remove().
unsigned long ossimTileCache::ossimTileInformation::theResLevel |
Definition at line 89 of file ossimTileCache.h.
Referenced by ossimTileCache::get(), and ossimTileCache::remove().