3D Block index. More...
#include <ExpansibleBandBlocksManager.h>
Public Types | |
| typedef unsigned int | CoordDataType | 
| Coords data type.  More... | |
Public Member Functions | |
| BlockIndex3D () | |
| BlockIndex3D (const CoordDataType &dim0Index, const CoordDataType &dim1Index, const CoordDataType &dim2Index) | |
| ~BlockIndex3D () | |
Public Attributes | |
| CoordDataType | m_dim0Index | 
| Block Z (band) index.  More... | |
| CoordDataType | m_dim1Index | 
| Block Y index.  More... | |
| CoordDataType | m_dim2Index | 
| Block X index.  More... | |
3D Block index.
Definition at line 60 of file ExpansibleBandBlocksManager.h.
| typedef unsigned int te::mem::ExpansibleBandBlocksManager::BlockIndex3D::CoordDataType | 
Coords data type.
Definition at line 64 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 72 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 74 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 78 of file ExpansibleBandBlocksManager.h.
| CoordDataType te::mem::ExpansibleBandBlocksManager::BlockIndex3D::m_dim0Index | 
Block Z (band) index.
Definition at line 66 of file ExpansibleBandBlocksManager.h.
Referenced by te::mem::ExpansibleBandBlocksManager::allocateAndActivateDiskBlocks(), and te::mem::ExpansibleRaster::dummyFillBlocks().
| CoordDataType te::mem::ExpansibleBandBlocksManager::BlockIndex3D::m_dim1Index | 
Block Y index.
Definition at line 68 of file ExpansibleBandBlocksManager.h.
Referenced by te::mem::ExpansibleBandBlocksManager::allocateAndActivateDiskBlocks(), and te::mem::ExpansibleRaster::dummyFillBlocks().
| CoordDataType te::mem::ExpansibleBandBlocksManager::BlockIndex3D::m_dim2Index | 
Block X index.
Definition at line 70 of file ExpansibleBandBlocksManager.h.
Referenced by te::mem::ExpansibleBandBlocksManager::allocateAndActivateDiskBlocks(), and te::mem::ExpansibleRaster::dummyFillBlocks().