MCPcopy Create free account
hub / github.com/PDAL/PDAL / done

Method done

io/GltfWriter.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203void GltfWriter::done(PointTableRef table)
204{
205 // Go back to the beginning to write the headers.
206 m_stream->seek(0);
207 writeGltfHeader();
208 writeJsonChunk();
209 writeBinHeader();
210}
211
212
213void GltfWriter::writeGltfHeader()

Callers

nothing calls this directly

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected