Public Member Functions | |
CellIterator (const HeadType &head, const NextType &next) | |
INLINE_FUNCTION_H int32x3 | numCells () const |
INLINE_FUNCTION_H uint32 | start (int32 i, int32 j, int32 k) const |
INLINE_FUNCTION_H uint32 | getNext (uint32 n) const |
INLINE_FUNCTION_H uint32 | next (uint32 n) const |
Static Public Attributes | |
static constexpr uint32 | NoPos = 0xFFFFFFFF |
Private Attributes | |
HeadType | head_ |
NextType | next_ |
Definition at line 44 of file cellMapper.hpp.
|
inline |
Definition at line 53 of file cellMapper.hpp.
|
inline |
Definition at line 62 of file cellMapper.hpp.
References cellMapper::CellIterator::head_.
|
inline |
Definition at line 66 of file cellMapper.hpp.
References cellMapper::CellIterator::head_.
|
inline |
Definition at line 70 of file cellMapper.hpp.
References n, cellMapper::CellIterator::next_, and cellMapper::CellIterator::NoPos.
|
inline |
Definition at line 75 of file cellMapper.hpp.
References n, and cellMapper::CellIterator::next_.
|
private |
Definition at line 47 of file cellMapper.hpp.
Referenced by cellMapper::CellIterator::numCells(), and cellMapper::CellIterator::start().
|
private |
Definition at line 49 of file cellMapper.hpp.
Referenced by cellMapper::CellIterator::getNext(), and cellMapper::CellIterator::next().
|
staticconstexpr |
Definition at line 59 of file cellMapper.hpp.
Referenced by cellMapper::CellIterator::getNext().