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::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.
◆ ~vector_dist_iterator()
vector_dist_iterator::~vector_dist_iterator |
( |
| ) |
|
|
inline |
◆ get()
◆ getOrig()
◆ isNext()
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.
◆ operator++()
◆ reset()
void vector_dist_iterator::reset |
( |
| ) |
|
|
inline |
◆ stop
size_t vector_dist_iterator::stop |
|
private |
◆ v_it
size_t vector_dist_iterator::v_it |
|
private |
The documentation for this class was generated from the following file: