#include <mia/2d/vector.hh>Go to the source code of this file.
Data Structures | |
| class | range2d_iterator< I > |
| a 2D iterator that knows its position in the 2D grid ans supports iterating over sub-ranges More... | |
Functions | |
| template<typename I > | |
| bool | operator!= (const range2d_iterator< I > &a, const range2d_iterator< I > &b) |
| template<typename I > | |
| bool | operator== (const range2d_iterator< I > &left, const range2d_iterator< I > &right) |
| bool operator!= | ( | const range2d_iterator< I > & | a, |
| const range2d_iterator< I > & | b | ||
| ) |
Compare two range iterators. There equivalence is only decided based on the grid position.
Definition at line 214 of file 2d/iterator.hh.
| bool operator== | ( | const range2d_iterator< I > & | left, |
| const range2d_iterator< I > & | right | ||
| ) |
Compare two range iterators. There equivalence is only decided based on the grid position.
Definition at line 199 of file 2d/iterator.hh.
1.8.6