Grid key class iterator, iterate through a sub-grid defined by an hyper-cube
| dim | dimensionality of the grid |
Definition at line 680 of file grid_key_dx_iterator_sub.hpp.
#include <grid_key_dx_iterator_sub.hpp>
Public Member Functions | |
| grid_key_dx_iterator< 0 > & | operator++ () |
| Next point. | |
| bool | isNext () |
| Is there a next point. | |
| size_t | getVolume () |
| return the volume | |
| void | reset () |
| Reset the iterator. | |
|
inline |
Definition at line 685 of file grid_key_dx_iterator_sub.hpp.
|
inline |
return the volume
stub version
Definition at line 715 of file grid_key_dx_iterator_sub.hpp.
|
inline |
Is there a next point.
stub version
Definition at line 705 of file grid_key_dx_iterator_sub.hpp.
|
inline |
Next point.
stub version do nothing
Definition at line 695 of file grid_key_dx_iterator_sub.hpp.
|
inline |
Reset the iterator.
stub version, do nothing
Definition at line 724 of file grid_key_dx_iterator_sub.hpp.