OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Protected structure that is only used internally by this class. More...
#include <ossimCibCadrgTileSource.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 422 of file ossimCibCadrgTileSource.h.
|
inline |
Definition at line 424 of file ossimCibCadrgTileSource.h.
|
inline |
Definition at line 430 of file ossimCibCadrgTileSource.h.
|
inline |
Definition at line 441 of file ossimCibCadrgTileSource.h.
ossim_int32 ossimCibCadrgTileSource::ossimFrameEntryData::theCol |
Definition at line 449 of file ossimCibCadrgTileSource.h.
ossimRpfFrameEntry ossimCibCadrgTileSource::ossimFrameEntryData::theFrameEntry |
Definition at line 452 of file ossimCibCadrgTileSource.h.
ossim_int32 ossimCibCadrgTileSource::ossimFrameEntryData::thePixelCol |
Definition at line 451 of file ossimCibCadrgTileSource.h.
Referenced by ossimCibCadrgTileSource::fillSubTileCadrg(), and ossimCibCadrgTileSource::fillSubTileCib().
ossim_int32 ossimCibCadrgTileSource::ossimFrameEntryData::thePixelRow |
Definition at line 450 of file ossimCibCadrgTileSource.h.
Referenced by ossimCibCadrgTileSource::fillSubTileCadrg(), and ossimCibCadrgTileSource::fillSubTileCib().
ossim_int32 ossimCibCadrgTileSource::ossimFrameEntryData::theRow |
Definition at line 448 of file ossimCibCadrgTileSource.h.