cesium-native 0.61.0
Loading...
Searching...
No Matches
Cesium3DTilesWriter::ConditionalContentWriterResult Struct Reference

The result of writing a Cesium3DTiles::ConditionalContent with ConditionalContentWriter::writeConditionalContent. More...

#include <Cesium3DTilesWriter/ConditionalContentWriter.h>

Public Attributes

std::vector< std::byte > conditionalContentBytes
 The final generated std::vector<std::byte> of the conditional content 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

Member Data Documentation

◆ conditionalContentBytes

std::vector<std::byte> Cesium3DTilesWriter::ConditionalContentWriterResult::conditionalContentBytes

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

Definition at line 22 of file ConditionalContentWriter.h.

◆ errors

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

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

Definition at line 27 of file ConditionalContentWriter.h.

◆ warnings

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

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

Definition at line 32 of file ConditionalContentWriter.h.


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