5#include <CesiumQuantizedMeshTerrain/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
19 static constexpr const char*
TypeName =
"AvailabilityRectangle";
Classes for accessing terrain based on layer.json and quantized-mesh-1.0.
A rectangle of tile availability.
int64_t endY
The index of the end tile in the Y direction.
int64_t startX
The index of the start tile in the X direction.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
int64_t endX
The index of the end tile in the X direction.
static constexpr const char * TypeName
The original name of this type.
int64_t startY
The index of the start tile in the Y direction.
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 ...