|
cesium-native 0.52.0
|
A lightweight virtual container enumerating the octree IDs of the children of a given octree tile. More...
#include <Cesium3DTilesContent/ImplicitTilingUtilities.h>
Classes | |
| class | iterator |
| An STL-compatible iterator over the children of an octree tile. More... | |
Public Types | |
| using | const_iterator = iterator |
A const equivalent to iterator. | |
Public Member Functions | |
| OctreeChildren (const CesiumGeometry::OctreeTileID &tileID) noexcept | |
| Creates a OctreeChildren 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::OctreeTileID children for this tile, which will always be eight. | |
A lightweight virtual container enumerating the octree IDs of the children of a given octree tile.
Definition at line 134 of file ImplicitTilingUtilities.h.
A const equivalent to iterator.
Definition at line 210 of file ImplicitTilingUtilities.h.
|
inlinenoexcept |
Creates a OctreeChildren instance from the provided parent tile.
Definition at line 216 of file ImplicitTilingUtilities.h.
|
inlineconstexprnoexcept |
Returns the total number of CesiumGeometry::OctreeTileID children for this tile, which will always be eight.
Definition at line 226 of file ImplicitTilingUtilities.h.