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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ossimFrameEntryData() [1/3]

ossimImageCacheBase::ossimFrameEntryData::ossimFrameEntryData ( )
inline

◆ ossimFrameEntryData() [2/3]

ossimImageCacheBase::ossimFrameEntryData::ossimFrameEntryData ( ossim_int32  row,
ossim_int32  col,
ossim_int32  pixelRow,
ossim_int32  pixelCol,
const ossimRpfFrameEntry entry 
)
inline

◆ ossimFrameEntryData() [3/3]

ossimImageCacheBase::ossimFrameEntryData::ossimFrameEntryData ( const ossimFrameEntryData rhs)
inline

Definition at line 252 of file ossimImageCacheBase.h.

253  :theRow(rhs.theRow),
254  theCol(rhs.theCol),
255  thePixelRow(rhs.thePixelRow),
256  thePixelCol(rhs.thePixelCol),
257  theFrameEntry(rhs.theFrameEntry)
258  {}

Member Data Documentation

◆ theCol

ossim_int32 ossimImageCacheBase::ossimFrameEntryData::theCol

Definition at line 260 of file ossimImageCacheBase.h.

◆ theFrameEntry

ossimRpfFrameEntry ossimImageCacheBase::ossimFrameEntryData::theFrameEntry

Definition at line 263 of file ossimImageCacheBase.h.

◆ thePixelCol

ossim_int32 ossimImageCacheBase::ossimFrameEntryData::thePixelCol

Definition at line 262 of file ossimImageCacheBase.h.

◆ thePixelRow

ossim_int32 ossimImageCacheBase::ossimFrameEntryData::thePixelRow

Definition at line 261 of file ossimImageCacheBase.h.

◆ theRow

ossim_int32 ossimImageCacheBase::ossimFrameEntryData::theRow

Definition at line 259 of file ossimImageCacheBase.h.


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