OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimImageElevationHandler::TileCacheEntry Class Reference

Public Member Functions

 TileCacheEntry ()
 
 TileCacheEntry (ossim_uint32 xid, ossimImageData *xdata)
 
 TileCacheEntry (const TileCacheEntry &copy)
 
const TileCacheEntryoperator= (const TileCacheEntry &copy)
 

Public Attributes

ossim_uint32 id
 
ossimRefPtr< ossimImageDatadata
 

Detailed Description

Definition at line 94 of file ossimImageElevationHandler.h.

Constructor & Destructor Documentation

◆ TileCacheEntry() [1/3]

ossimImageElevationHandler::TileCacheEntry::TileCacheEntry ( )
inline

Definition at line 97 of file ossimImageElevationHandler.h.

◆ TileCacheEntry() [2/3]

ossimImageElevationHandler::TileCacheEntry::TileCacheEntry ( ossim_uint32  xid,
ossimImageData xdata 
)
inline

◆ TileCacheEntry() [3/3]

ossimImageElevationHandler::TileCacheEntry::TileCacheEntry ( const TileCacheEntry copy)
inline

Definition at line 99 of file ossimImageElevationHandler.h.

Member Function Documentation

◆ operator=()

const TileCacheEntry& ossimImageElevationHandler::TileCacheEntry::operator= ( const TileCacheEntry copy)
inline

Definition at line 101 of file ossimImageElevationHandler.h.

References data, and id.

102  { id = copy.id; data = copy.data; return *this; }

Member Data Documentation

◆ data

ossimRefPtr<ossimImageData> ossimImageElevationHandler::TileCacheEntry::data

Definition at line 105 of file ossimImageElevationHandler.h.

Referenced by operator=().

◆ id

ossim_uint32 ossimImageElevationHandler::TileCacheEntry::id

Definition at line 104 of file ossimImageElevationHandler.h.

Referenced by operator=().


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