5#include <CesiumGltf/ExtensionModelMaxarMeshVariantsValue.h>
6#include <CesiumGltfReader/Library.h>
7#include <CesiumJsonReader/JsonReader.h>
8#include <CesiumJsonReader/JsonReaderOptions.h>
10#include <rapidjson/fwd.h>
16struct ExtensionModelMaxarMeshVariantsValue;
72 std::vector<CesiumGltf::ExtensionModelMaxarMeshVariantsValue>>
Reads ExtensionModelMaxarMeshVariantsValue instances from JSON.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionModelMaxarMeshVariantsValue > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionModelMaxarMeshVariantsValue from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionModelMaxarMeshVariantsValue > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionModelMaxarMeshVariantsValue from a byte buffer.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::ExtensionModelMaxarMeshVariantsValue > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionModelMaxarMeshVariantsValue from a rapidJson::Value.
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
ExtensionModelMaxarMeshVariantsValueReader()
Constructs a new instance.
Holds options for reading statically-typed data structures from JSON.
Classes for reading glTF models.
Classes for working with glTF models.
An object defining a valid mesh variant.
The result of JsonReader::readJson.