|
| | SubTiles (const TileKey &tile_key, std::uint32_t level=1, std::uint16_t mask=~0) |
| | Creates a SubTiles instance.
|
| |
| size_t | Size () const |
| | Gets the size of the child tile.
|
| |
|
Iterator | begin () |
| | Returns an iterator to the beginning.
|
| |
|
Iterator | end () |
| | Returns an iterator to the end.
|
| |
|
ConstIterator | begin () const |
| | Returns a constant iterator to the beginning.
|
| |
|
ConstIterator | end () const |
| | Returns a constant iterator to the end.
|
| |
|
ConstIterator | cbegin () const |
| | Returns a constant iterator to the beginning of the container.
|
| |
|
ConstIterator | cend () const |
| | Returns a constant iterator to the end of the container.
|
| |
A container of child tiles.