cesium-native 0.43.0
Loading...
Searching...
No Matches
ExtensionCesiumTileEdges.h
1// This file was generated by generate-classes.
2// DO NOT EDIT THIS FILE!
3#pragma once
4
5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7
8#include <cstdint>
9
10namespace CesiumGltf {
14struct CESIUMGLTF_API ExtensionCesiumTileEdges final
19 static constexpr const char* TypeName = "ExtensionCesiumTileEdges";
22 static constexpr const char* ExtensionName = "CESIUM_tile_edges";
23
28 int32_t left = -1;
29
34 int32_t bottom = -1;
35
40 int32_t right = -1;
41
46 int32_t top = -1;
47
54 int64_t getSizeBytes() const {
55 int64_t accum = 0;
56 accum += int64_t(sizeof(ExtensionCesiumTileEdges));
58 int64_t(sizeof(CesiumUtility::ExtensibleObject));
59
60 return accum;
61 }
62};
63} // namespace CesiumGltf
Classes for working with glTF models.
CESIUM_tile_edges extension for a primitive in a glTF model.
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 ...