#include <whole_grid.h>
Public Member Functions | |
Standard BaseIterator Interface | |
WholeGrid | begin () const override |
Helper function for range-style iteration Equivalent to the above constructor. | |
WholeGrid | end () const override |
Helper function for range-style iteration. | |
void | increment () override |
Increase the iterator to the next element. |
An iterator that will iterate through all the cells of a grid in row-major order
Definition at line 46 of file whole_grid.h.
WholeGrid nav_grid_iterators::WholeGrid::begin | ( | ) | const [override, virtual] |
Helper function for range-style iteration Equivalent to the above constructor.
Implements nav_grid_iterators::BaseIterator< WholeGrid >.
Definition at line 40 of file whole_grid.cpp.
WholeGrid nav_grid_iterators::WholeGrid::end | ( | ) | const [override, virtual] |
Helper function for range-style iteration.
Implements nav_grid_iterators::BaseIterator< WholeGrid >.
Definition at line 45 of file whole_grid.cpp.
void nav_grid_iterators::WholeGrid::increment | ( | ) | [override, virtual] |
Increase the iterator to the next element.
Implements nav_grid_iterators::BaseIterator< WholeGrid >.
Definition at line 50 of file whole_grid.cpp.