cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumQuantizedMeshTerrain::LayerWriterResult Struct Reference

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.
 

Detailed Description

The result of writing a layer.json with LayerWriter::write.

Definition at line 19 of file LayerWriter.h.

Member Data Documentation

◆ bytes

std::vector<std::byte> CesiumQuantizedMeshTerrain::LayerWriterResult::bytes

The final generated std::vector<std::byte> of the layer.json.

Definition at line 23 of file LayerWriter.h.

◆ errors

std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::errors

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

Definition at line 28 of file LayerWriter.h.

◆ warnings

std::vector<std::string> CesiumQuantizedMeshTerrain::LayerWriterResult::warnings

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

Definition at line 33 of file LayerWriter.h.


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