it iterate through the elements of a cell More...
it iterate through the elements of a cell
In general you do not create this object you get it from the CellList structures
Cell | cell type |
Definition at line 120 of file CellNNIterator.hpp.
#include <CellNNIterator.hpp>
Public Member Functions | |
CellIterator (const size_t cell, Cell &cl) | |
Cell iterator. More... | |
bool | isNext () |
Check if there is the next element. More... | |
CellIterator & | operator++ () |
take the next element More... | |
Cell::value_type & | get () |
Get the value of the cell. More... | |
Private Attributes | |
Cell & | cl |
size_t | ele_id |
const long int | cell |
|
inline |
Cell iterator.
cell | Cell id |
cl | Cell on which iterate |
Definition at line 139 of file CellNNIterator.hpp.
|
inline |
Get the value of the cell.
Definition at line 169 of file CellNNIterator.hpp.
|
inline |
Check if there is the next element.
Definition at line 149 of file CellNNIterator.hpp.
|
inline |
take the next element
Definition at line 157 of file CellNNIterator.hpp.