OSM::ZTile
OSM::ZTile Class Reference
#include <ztile.h>
Public Member Functions | |
| constexpr | ZTile (uint64_t _z, uint8_t _depth) |
| BoundingBox | boundingBox () const |
| bool | intersects (BoundingBox bbox) const |
| bool | intersects (ZTile other) const |
| constexpr bool | operator< (ZTile other) const |
| constexpr bool | operator== (ZTile other) const |
| ZTile | parent () const |
| std::array< ZTile, 4 > | quadSplit () const |
| constexpr uint32_t | size () const |
Public Attributes | |
| uint8_t | depth = 0 |
| uint64_t | z = 0 |
Detailed Description
Constructor & Destructor Documentation
◆ ZTile()
|
inlineconstexpr |
Member Function Documentation
◆ boundingBox()
|
nodiscard |
◆ intersects() [1/2]
|
nodiscard |
◆ intersects() [2/2]
◆ operator<()
|
inlinenodiscardconstexpr |
◆ operator==()
|
inlinenodiscardconstexpr |
◆ parent()
|
nodiscard |
◆ quadSplit()
|
nodiscard |
◆ size()
|
inlinenodiscardconstexpr |
Member Data Documentation
◆ depth
◆ z
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.