cesium-native 0.43.0
|
Reads PropertyTextureProperty instances from JSON. More...
#include <CesiumGltfReader/PropertyTexturePropertyReader.h>
Public Member Functions | |
PropertyTexturePropertyReader () | |
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::PropertyTextureProperty > | readFromJson (const std::span< const std::byte > &data) const |
Reads an instance of PropertyTextureProperty from a byte buffer. | |
CesiumJsonReader::ReadJsonResult< CesiumGltf::PropertyTextureProperty > | readFromJson (const rapidjson::Value &value) const |
Reads an instance of PropertyTextureProperty from a rapidJson::Value. | |
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::PropertyTextureProperty > > | readArrayFromJson (const rapidjson::Value &value) const |
Reads an array of instances of PropertyTextureProperty from a rapidJson::Value. | |
Reads PropertyTextureProperty instances from JSON.
Definition at line 25 of file PropertyTexturePropertyReader.h.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::PropertyTextureProperty > > CesiumGltfReader::PropertyTexturePropertyReader::readArrayFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an array of instances of PropertyTextureProperty from a rapidJson::Value.
value | The value from which to read the array of instances. |
CesiumJsonReader::ReadJsonResult< CesiumGltf::PropertyTextureProperty > CesiumGltfReader::PropertyTexturePropertyReader::readFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an instance of PropertyTextureProperty from a rapidJson::Value.
value | The value from which to read the instance. |
CesiumJsonReader::ReadJsonResult< CesiumGltf::PropertyTextureProperty > CesiumGltfReader::PropertyTexturePropertyReader::readFromJson | ( | const std::span< const std::byte > & | data | ) | const |
Reads an instance of PropertyTextureProperty from a byte buffer.
data | The buffer from which to read the instance. |