cesium-native 0.43.0
Loading...
Searching...
No Matches
Properties.h
1// This file was generated by generate-classes.
2// DO NOT EDIT THIS FILE!
3#pragma once
4
5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7
8namespace Cesium3DTiles {
12struct CESIUM3DTILES_API Properties final
17 static constexpr const char* TypeName = "Properties";
18
23 double maximum = double();
24
29 double minimum = double();
30
37 int64_t getSizeBytes() const {
38 int64_t accum = 0;
39 accum += int64_t(sizeof(Properties));
41 int64_t(sizeof(CesiumUtility::ExtensibleObject));
42
43 return accum;
44 }
45};
46} // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition Buffer.h:7
A dictionary object of metadata about per-feature properties.
Definition Properties.h:13
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
Definition Properties.h:37
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 ...