Iterator that Iterate across particle indexes.
More...
Iterator that Iterate across particle indexes.
Definition at line 15 of file vector_dist_iterator.hpp.
#include <vector_dist_iterator.hpp>
|
|
size_t | v_it |
| | Actual iterator.
|
| |
|
size_t | stop |
| | end point
|
| |
| vector_dist_iterator::vector_dist_iterator |
( |
size_t |
start, |
|
|
size_t |
stop |
|
) |
| |
|
inline |
Constructor of the distributed grid.
- Parameters
-
| start | start point |
| stop | end point |
Definition at line 31 of file vector_dist_iterator.hpp.
| bool vector_dist_iterator::isNext |
( |
| ) |
|
|
inline |
Check if there is the next element.
- Returns
- true if there is the next, false otherwise
Definition at line 60 of file vector_dist_iterator.hpp.
| void vector_dist_iterator::reset |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: