5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char* TypeName =
"Availability";
28 static constexpr int32_t UNAVAILABLE = 0;
31 static constexpr int32_t AVAILABLE = 1;
Classes for using 3D Tiles.
Known values for Integer indicating whether all of the elements are available (1) or all are unavaila...
An object describing the availability of a set of elements.
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 ...