The tile key iterator.
More...
#include <SubTiles.h>
◆ operator!=()
bool olp::geo::SubTiles::Iterator::operator!= |
( |
Iterator & |
other | ) |
const |
|
inline |
Checks whether the iterators are not equal.
- Parameters
-
- Returns
- True if the iterators are not equal; false otherwise.
◆ operator*()
Gets a reference to the tile key.
- Returns
- The reference to the tile key.
◆ operator++() [1/2]
Iterates to the next tile.
- Returns
- A reference to this.
◆ operator++() [2/2]
Iterates the specified number of times to the next tile.
- Returns
- A new iterator.
◆ operator==()
bool olp::geo::SubTiles::Iterator::operator== |
( |
Iterator & |
other | ) |
const |
|
inline |
Checks whether the iterators are equal.
- Parameters
-
- Returns
- True if the iterators are equal; false otherwise.
The documentation for this class was generated from the following file:
- olp-cpp-sdk-core/include/olp/core/geo/tiling/SubTiles.h