5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char*
TypeName =
"Availability";
Classes for using 3D Tiles.
Known values for Integer indicating whether all of the elements are available (1) or all are unavaila...
static constexpr int32_t UNAVAILABLE
UNAVAILABLE (0)
static constexpr int32_t AVAILABLE
AVAILABLE (1)
An object describing the availability of a set of elements.
static constexpr const char * TypeName
The original name of this type.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::optional< int64_t > availableCount
A number indicating how many 1 bits exist in the availability bitstream.
std::optional< int32_t > constant
Integer indicating whether all of the elements are available (1) or all are unavailable (0).
std::optional< int64_t > bitstream
Index of a buffer view that indicates whether each element is available. The bitstream conforms to th...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...