cesium-native
0.41.0
|
Writes schemas. More...
#include <Cesium3DTilesWriter/SchemaWriter.h>
Public Member Functions | |
SchemaWriter () | |
Constructs a new instance. | |
CesiumJsonWriter::ExtensionWriterContext & | getExtensions () |
Gets the context used to control how schema extensions are written. | |
const CesiumJsonWriter::ExtensionWriterContext & | getExtensions () const |
Gets the context used to control how schema extensions are written. | |
SchemaWriterResult | writeSchema (const Cesium3DTiles::Schema &schema, const SchemaWriterOptions &options=SchemaWriterOptions()) const |
Serializes the provided schema object into a byte vector using the provided flags to convert. More... | |
Writes schemas.
Definition at line 48 of file SchemaWriter.h.
SchemaWriterResult Cesium3DTilesWriter::SchemaWriter::writeSchema | ( | const Cesium3DTiles::Schema & | schema, |
const SchemaWriterOptions & | options = SchemaWriterOptions() |
||
) | const |
Serializes the provided schema object into a byte vector using the provided flags to convert.
schema | The schema. |
options | Options for how to write the schema. |