5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char* TypeName =
"Padding";
40 accum += int64_t(
sizeof(
Padding));
43 accum += int64_t(
sizeof(int64_t) * this->before.capacity());
44 accum += int64_t(
sizeof(int64_t) * this->after.capacity());
Classes for working with glTF models.
The padding around a voxel grid. Specifies how many rows of attribute data come from neighboring grid...
std::vector< int64_t > before
before
std::vector< int64_t > after
after
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 ...