Definition at line 13 of file CellListIterator.hpp.
| Public Member Functions | |
| ParticleIt_CellP (T &NN) | |
| ParticleIt_CellP & | operator++ () | 
| Get the next element.  More... | |
| bool | isNext () | 
| Checks if there is a next element.  More... | |
| size_t | get () | 
| Get the real particle id.  More... | |
| void | reset () | 
| Reset an iterator (set the counters to the first valid ones)  More... | |
| Private Member Functions | |
| void | fp () | 
| Handles incrementing of cells and particles counters.  More... | |
| Private Attributes | |
| T & | NN | 
| Cell lisy. | |
| size_t | cell_count | 
| Cells counter. | |
| size_t | p_count | 
| Particles counter. | |
| 
 | 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.