|
cesium-native 0.52.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 18 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 22 of file LayerWriter.h.
| std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::errors |
Errors, if any, that occurred during the write process.
Definition at line 27 of file LayerWriter.h.
| std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::warnings |
Warnings, if any, that occurred during the write process.
Definition at line 32 of file LayerWriter.h.