|
cesium-native 0.53.0
|
A lightweight virtual container enumerating the quadtree IDs of the children of a given quadtree tile. More...
#include <Cesium3DTilesContent/ImplicitTilingUtilities.h>
Classes | |
| class | iterator |
| An STL-compatible iterator over the children of a quadtree tile. More... | |
Public Types | |
| using | const_iterator = iterator |
A const equivalent to iterator. | |
Public Member Functions | |
| QuadtreeChildren (const CesiumGeometry::QuadtreeTileID &tileID) noexcept | |
| Creates a QuadtreeChildren instance from the provided parent tile. | |
| iterator | begin () const noexcept |
| Returns an iterator starting at the first child. | |
| iterator | end () const noexcept |
| Returns an iterator starting after the last child. | |
| constexpr int64_t | size () const noexcept |
| Returns the total number of CesiumGeometry::QuadtreeTileID children for this tile, which will always be four. | |
A lightweight virtual container enumerating the quadtree IDs of the children of a given quadtree tile.
Definition at line 31 of file ImplicitTilingUtilities.h.
A const equivalent to iterator.
Definition at line 107 of file ImplicitTilingUtilities.h.
|
inlinenoexcept |
Creates a QuadtreeChildren instance from the provided parent tile.
Definition at line 113 of file ImplicitTilingUtilities.h.
|
inlineconstexprnoexcept |
Returns the total number of CesiumGeometry::QuadtreeTileID children for this tile, which will always be four.
Definition at line 124 of file ImplicitTilingUtilities.h.