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 59 of file ExpansibleBandBlocksManager.h.
| typedef unsigned int te::mem::ExpansibleBandBlocksManager::BlockIndex3D::CoordDataType | 
Coords data type.
Definition at line 63 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 71 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 73 of file ExpansibleBandBlocksManager.h.
      
  | 
  inline | 
Definition at line 77 of file ExpansibleBandBlocksManager.h.
| CoordDataType te::mem::ExpansibleBandBlocksManager::BlockIndex3D::m_dim0Index | 
Block Z (band) index.
Definition at line 65 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 67 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 69 of file ExpansibleBandBlocksManager.h.
Referenced by te::mem::ExpansibleBandBlocksManager::allocateAndActivateDiskBlocks(), and te::mem::ExpansibleRaster::dummyFillBlocks().