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

The result of writing a tileset with TilesetWriter::writeTileset. More...

#include <Cesium3DTilesWriter/TilesetWriter.h>

Public Attributes

std::vector< std::byte > tilesetBytes
 The final generated std::vector<std::byte> of the tileset.
 
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 tileset with TilesetWriter::writeTileset.

Definition at line 18 of file TilesetWriter.h.

Member Data Documentation

◆ errors

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

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

Definition at line 27 of file TilesetWriter.h.

◆ tilesetBytes

std::vector<std::byte> Cesium3DTilesWriter::TilesetWriterResult::tilesetBytes

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

Definition at line 22 of file TilesetWriter.h.

◆ warnings

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

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

Definition at line 32 of file TilesetWriter.h.


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