|
cesium-native 0.52.0
|
Reads Texture instances from JSON. More...
#include <CesiumGltfReader/TextureReader.h>
Public Member Functions | |
| TextureReader () | |
| Constructs a new instance. | |
| CesiumJsonReader::JsonReaderOptions & | getOptions () |
| Gets the options controlling how the JSON is read. | |
| const CesiumJsonReader::JsonReaderOptions & | getOptions () const |
| Gets the options controlling how the JSON is read. | |
| CesiumJsonReader::ReadJsonResult< CesiumGltf::Texture > | readFromJson (const std::span< const std::byte > &data) const |
| Reads an instance of Texture from a byte buffer. | |
| CesiumJsonReader::ReadJsonResult< CesiumGltf::Texture > | readFromJson (const rapidjson::Value &value) const |
| Reads an instance of Texture from a rapidJson::Value. | |
| CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::Texture > > | readArrayFromJson (const rapidjson::Value &value) const |
| Reads an array of instances of Texture from a rapidJson::Value. | |
Reads Texture instances from JSON.
Definition at line 24 of file TextureReader.h.
| CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::Texture > > CesiumGltfReader::TextureReader::readArrayFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an array of instances of Texture from a rapidJson::Value.
| value | The value from which to read the array of instances. |
| CesiumJsonReader::ReadJsonResult< CesiumGltf::Texture > CesiumGltfReader::TextureReader::readFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an instance of Texture from a rapidJson::Value.
| value | The value from which to read the instance. |
| CesiumJsonReader::ReadJsonResult< CesiumGltf::Texture > CesiumGltfReader::TextureReader::readFromJson | ( | const std::span< const std::byte > & | data | ) | const |
Reads an instance of Texture from a byte buffer.
| data | The buffer from which to read the instance. |