OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimAppTileCache::ossimAppCacheTileInfo Struct Reference

#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
 

Detailed Description

Definition at line 81 of file ossimAppTileCache.h.

Constructor & Destructor Documentation

◆ ossimAppCacheTileInfo()

ossimAppTileCache::ossimAppCacheTileInfo::ossimAppCacheTileInfo ( ossimAppCacheId  appId,
const ossimDpt3d origin,
ossim_uint32  resLevel 
)
inline

Definition at line 84 of file ossimAppTileCache.h.

Member Function Documentation

◆ operator==()

bool ossimAppTileCache::ossimAppCacheTileInfo::operator== ( const ossimAppCacheTileInfo rhs)
inline

Definition at line 95 of file ossimAppTileCache.h.

References theAppCacheId, theOrigin, and theResLevel.

96  {
97  return (theAppCacheId == rhs.theAppCacheId &&
98  theOrigin == rhs.theOrigin &&
99  theResLevel == rhs.theResLevel);
100  }

Member Data Documentation

◆ theAppCacheId

ossimAppCacheId ossimAppTileCache::ossimAppCacheTileInfo::theAppCacheId

Definition at line 91 of file ossimAppTileCache.h.

Referenced by operator==(), and ossimAppTileCache::removeTile().

◆ theOrigin

ossimDpt3d ossimAppTileCache::ossimAppCacheTileInfo::theOrigin

Definition at line 92 of file ossimAppTileCache.h.

Referenced by operator==(), and ossimAppTileCache::removeTile().

◆ theResLevel

ossim_uint32 ossimAppTileCache::ossimAppCacheTileInfo::theResLevel

Definition at line 93 of file ossimAppTileCache.h.

Referenced by operator==(), and ossimAppTileCache::removeTile().


The documentation for this struct was generated from the following file: