cesium-native 0.48.0
|
The result of writing a subtree with SubtreeWriter::writeSubtreeJson
or SubtreeWriter::writeSubtreeBinary
.
More...
#include <Cesium3DTilesWriter/SubtreeWriter.h>
Public Attributes | |
std::vector< std::byte > | subtreeBytes |
The final generated std::vector<std::byte> of the subtree JSON or subtree binary. | |
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 subtree with SubtreeWriter::writeSubtreeJson
or SubtreeWriter::writeSubtreeBinary
.
Definition at line 19 of file SubtreeWriter.h.
std::vector<std::string> Cesium3DTilesWriter::SubtreeWriterResult::errors |
Errors, if any, that occurred during the write process.
Definition at line 29 of file SubtreeWriter.h.
std::vector<std::byte> Cesium3DTilesWriter::SubtreeWriterResult::subtreeBytes |
The final generated std::vector<std::byte> of the subtree JSON or subtree binary.
Definition at line 24 of file SubtreeWriter.h.
std::vector<std::string> Cesium3DTilesWriter::SubtreeWriterResult::warnings |
Warnings, if any, that occurred during the write process.
Definition at line 34 of file SubtreeWriter.h.