cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGeometry::AvailabilitySubtree Struct Reference

The subtree data for an AvailabilityNode, containing information on tile, content, and subtree availability. More...

#include <CesiumGeometry/Availability.h>

Public Attributes

AvailabilityView tileAvailability
 The availability information corresponding to TileAvailabilityFlags::TILE_AVAILABLE.
 
AvailabilityView contentAvailability
 The availability information corresponding to TileAvailabilityFlags::CONTENT_AVAILABLE.
 
AvailabilityView subtreeAvailability
 The availability information corresponding to TileAvailabilityFlags::SUBTREE_AVAILABLE and TileAvailabilityFlags::SUBTREE_LOADED.
 
std::vector< std::vector< std::byte > > buffers
 Subtree buffers that may be referenced by a SubtreeBufferView.
 

Detailed Description

The subtree data for an AvailabilityNode, containing information on tile, content, and subtree availability.

Definition at line 65 of file Availability.h.

Member Data Documentation

◆ buffers

std::vector<std::vector<std::byte> > CesiumGeometry::AvailabilitySubtree::buffers

Subtree buffers that may be referenced by a SubtreeBufferView.

Definition at line 85 of file Availability.h.

◆ contentAvailability

AvailabilityView CesiumGeometry::AvailabilitySubtree::contentAvailability

The availability information corresponding to TileAvailabilityFlags::CONTENT_AVAILABLE.

Definition at line 75 of file Availability.h.

◆ subtreeAvailability

AvailabilityView CesiumGeometry::AvailabilitySubtree::subtreeAvailability

The availability information corresponding to TileAvailabilityFlags::SUBTREE_AVAILABLE and TileAvailabilityFlags::SUBTREE_LOADED.

Definition at line 81 of file Availability.h.

◆ tileAvailability

AvailabilityView CesiumGeometry::AvailabilitySubtree::tileAvailability

The availability information corresponding to TileAvailabilityFlags::TILE_AVAILABLE.

Definition at line 70 of file Availability.h.


The documentation for this struct was generated from the following file: