cesium-native 0.43.0
Loading...
Searching...
No Matches
Cesium3DTilesWriter::SubtreeWriterResult Struct Reference

The result of writing a subtree with SubtreeWriter::writeSubtree. More...

#include <Cesium3DTilesWriter/SubtreeWriter.h>

Public Attributes

std::vector< std::byte > subtreeBytes
 The final generated std::vector<std::byte> of the subtree 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.
 

Detailed Description

The result of writing a subtree with SubtreeWriter::writeSubtree.

Definition at line 18 of file SubtreeWriter.h.

Member Data Documentation

◆ errors

std::vector<std::string> Cesium3DTilesWriter::SubtreeWriterResult::errors

Errors, if any, that occurred during the write process.

Definition at line 27 of file SubtreeWriter.h.

◆ subtreeBytes

std::vector<std::byte> Cesium3DTilesWriter::SubtreeWriterResult::subtreeBytes

The final generated std::vector<std::byte> of the subtree JSON.

Definition at line 22 of file SubtreeWriter.h.

◆ warnings

std::vector<std::string> Cesium3DTilesWriter::SubtreeWriterResult::warnings

Warnings, if any, that occurred during the write process.

Definition at line 32 of file SubtreeWriter.h.


The documentation for this struct was generated from the following file: