5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
19 static constexpr const char* TypeName =
"Extension3dTilesBoundingVolumeS2";
22 static constexpr const char* ExtensionName =
"3DTILES_bounding_volume_S2";
35 double minimumHeight = double();
41 double maximumHeight = double();
54 accum += int64_t(this->token.capacity() *
sizeof(
char));
Classes for using 3D Tiles.
3D Tiles extension for S2 bounding volumes.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::string token
A hexadecimal representation of the S2CellId. Tokens shall be lower-case, shall not contain whitespac...
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 ...