Internal structure for variable block offset computation tool. More...
Public Member Functions | |
| Internal (const VBlock &blocks) | |
Static Public Member Functions | |
| static VBlockImpl::Internal * | newVariableSizeBlock (const VBlock &blocks) |
| Compute offsets for variable block size algebraic element. | |
Public Attributes | |
| const VBlock & | m_blocks |
| Variable blocks information. | |
| VBlock::ValuePerBlock | m_all_offsets |
| All offsets array. | |
| UniqueArray< Integer > | m_local_sizes |
| Local sizes array. | |
| UniqueArray< Integer > | m_local_offsets |
| Local sizes offset. | |
Internal structure for variable block offset computation tool.
Definition at line 43 of file VBlockOffsets.cc.
|
inline |
Definition at line 46 of file VBlockOffsets.cc.
|
static |
Compute offsets for variable block size algebraic element.
| [in] | blocks | Variable blocks size information |
Definition at line 71 of file VBlockOffsets.cc.
| VBlock::ValuePerBlock Alien::VBlockImpl::Internal::m_all_offsets |
All offsets array.
Definition at line 53 of file VBlockOffsets.cc.
| const VBlock& Alien::VBlockImpl::Internal::m_blocks |
Variable blocks information.
Definition at line 51 of file VBlockOffsets.cc.
| UniqueArray<Integer> Alien::VBlockImpl::Internal::m_local_offsets |
Local sizes offset.
Definition at line 57 of file VBlockOffsets.cc.
| UniqueArray<Integer> Alien::VBlockImpl::Internal::m_local_sizes |
Local sizes array.
Definition at line 55 of file VBlockOffsets.cc.