cesium-native 0.43.0
Loading...
Searching...
No Matches
AvailabilityRectangle.h
1// This file was generated by generate-classes.
2// DO NOT EDIT THIS FILE!
3#pragma once
4
5#include <CesiumQuantizedMeshTerrain/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7
8#include <cstdint>
9
14struct CESIUMQUANTIZEDMESHTERRAIN_API AvailabilityRectangle final
19 static constexpr const char* TypeName = "AvailabilityRectangle";
20
24 int64_t startX = int64_t();
25
29 int64_t startY = int64_t();
30
34 int64_t endX = int64_t();
35
39 int64_t endY = int64_t();
40
47 int64_t getSizeBytes() const {
48 int64_t accum = 0;
49 accum += int64_t(sizeof(AvailabilityRectangle));
51 int64_t(sizeof(CesiumUtility::ExtensibleObject));
52
53 return accum;
54 }
55};
56} // namespace CesiumQuantizedMeshTerrain
Classes for accessing terrain based on layer.json and quantized-mesh-1.0.
Definition Layer.h:12
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
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 ...