cesium-native 0.43.0
|
The result of writing a schema with SchemaWriter::writeSchema
.
More...
#include <Cesium3DTilesWriter/SchemaWriter.h>
Public Attributes | |
std::vector< std::byte > | schemaBytes |
The final generated std::vector<std::byte> of the schema 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 schema with SchemaWriter::writeSchema
.
Definition at line 18 of file SchemaWriter.h.
std::vector<std::string> Cesium3DTilesWriter::SchemaWriterResult::errors |
Errors, if any, that occurred during the write process.
Definition at line 27 of file SchemaWriter.h.
std::vector<std::byte> Cesium3DTilesWriter::SchemaWriterResult::schemaBytes |
The final generated std::vector<std::byte> of the schema JSON.
Definition at line 22 of file SchemaWriter.h.
std::vector<std::string> Cesium3DTilesWriter::SchemaWriterResult::warnings |
Warnings, if any, that occurred during the write process.
Definition at line 32 of file SchemaWriter.h.