cesium-native 0.43.0
|
The result of writing a layer.json with LayerWriter::write
.
More...
#include <CesiumQuantizedMeshTerrain/LayerWriter.h>
Public Attributes | |
std::vector< std::byte > | bytes |
The final generated std::vector<std::byte> of the layer.json. | |
std::vector< std::string > | errors |
Errors, if any, that occurred during the write process. | |
std::vector< std::string > | warnings |
Warnings, if any, that occurred during the write process. | |
The result of writing a layer.json with LayerWriter::write
.
Definition at line 19 of file LayerWriter.h.
std::vector<std::byte> CesiumQuantizedMeshTerrain::LayerWriterResult::bytes |
The final generated std::vector<std::byte> of the layer.json.
Definition at line 23 of file LayerWriter.h.
std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::errors |
Errors, if any, that occurred during the write process.
Definition at line 28 of file LayerWriter.h.
std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::warnings |
Warnings, if any, that occurred during the write process.
Definition at line 33 of file LayerWriter.h.