5#include <CesiumGltf/ExtensionExtInstanceFeaturesFeatureId.h>
6#include <CesiumGltfReader/Library.h>
7#include <CesiumJsonReader/JsonReader.h>
8#include <CesiumJsonReader/JsonReaderOptions.h>
10#include <rapidjson/fwd.h>
16struct ExtensionExtInstanceFeaturesFeatureId;
72 std::vector<CesiumGltf::ExtensionExtInstanceFeaturesFeatureId>>
Reads ExtensionExtInstanceFeaturesFeatureId instances from JSON.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::ExtensionExtInstanceFeaturesFeatureId > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionExtInstanceFeaturesFeatureId from a rapidJson::Value.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionExtInstanceFeaturesFeatureId > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionExtInstanceFeaturesFeatureId from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionExtInstanceFeaturesFeatureId > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionExtInstanceFeaturesFeatureId from a byte buffer.
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
ExtensionExtInstanceFeaturesFeatureIdReader()
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.
Feature IDs stored in a GPU mesh instancing attribute.
The result of JsonReader::readJson.