Definition at line 13 of file CellListIterator.hpp.
Public Member Functions | |
| ParticleIt_CellP (T &NN) | |
| ParticleIt_CellP & | operator++ () |
| Get the next element. | |
| bool | isNext () |
| Checks if there is a next element. | |
| size_t | get () |
| Get the real particle id. | |
| void | reset () |
| Reset an iterator (set the counters to the first valid ones) | |
Private Member Functions | |
| void | fp () |
| Handles incrementing of cells and particles counters. | |
Private Attributes | |
| T & | NN |
| Cell lisy. | |
| size_t | cell_count |
| Cells counter. | |
| long int | p_count |
| Particles counter. | |
|
inline |
Definition at line 49 of file CellListIterator.hpp.
|
inline |
Definition at line 56 of file CellListIterator.hpp.
|
inlineprivate |
Handles incrementing of cells and particles counters.
Definition at line 30 of file CellListIterator.hpp.
|
inline |
Get the real particle id.
Definition at line 101 of file CellListIterator.hpp.
|
inline |
Checks if there is a next element.
Definition at line 84 of file CellListIterator.hpp.
|
inline |
|
inline |
Reset an iterator (set the counters to the first valid ones)
Definition at line 112 of file CellListIterator.hpp.
|
private |
Cells counter.
Definition at line 21 of file CellListIterator.hpp.
|
private |
Cell lisy.
Definition at line 18 of file CellListIterator.hpp.
|
private |
Particles counter.
Definition at line 24 of file CellListIterator.hpp.