OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Protected structure that is only used internally by this class. More...
#include <ossimImageCacheBase.h>
Public Member Functions | |
ossimFrameEntryData () | |
ossimFrameEntryData (ossim_int32 row, ossim_int32 col, ossim_int32 pixelRow, ossim_int32 pixelCol, const ossimRpfFrameEntry &entry) | |
ossimFrameEntryData (const ossimFrameEntryData &rhs) | |
Public Attributes | |
ossim_int32 | theRow |
ossim_int32 | theCol |
ossim_int32 | thePixelRow |
ossim_int32 | thePixelCol |
ossimRpfFrameEntry | theFrameEntry |
Protected structure that is only used internally by this class.
This is used to establish which entry data is being used. all we need is the ro, col of the entry. We can compute the image rect from this since the CibCadrg are 1536x1536 frame.
Definition at line 233 of file ossimImageCacheBase.h.
|
inline |
Definition at line 235 of file ossimImageCacheBase.h.
|
inline |
Definition at line 241 of file ossimImageCacheBase.h.
|
inline |
Definition at line 252 of file ossimImageCacheBase.h.
ossim_int32 ossimImageCacheBase::ossimFrameEntryData::theCol |
Definition at line 260 of file ossimImageCacheBase.h.
ossimRpfFrameEntry ossimImageCacheBase::ossimFrameEntryData::theFrameEntry |
Definition at line 263 of file ossimImageCacheBase.h.
ossim_int32 ossimImageCacheBase::ossimFrameEntryData::thePixelCol |
Definition at line 262 of file ossimImageCacheBase.h.
ossim_int32 ossimImageCacheBase::ossimFrameEntryData::thePixelRow |
Definition at line 261 of file ossimImageCacheBase.h.
ossim_int32 ossimImageCacheBase::ossimFrameEntryData::theRow |
Definition at line 259 of file ossimImageCacheBase.h.