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

Method writeHeader

io/private/copcwriter/Output.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void Output::writeHeader()
234{
235 std::ostream& out = m_f;
236
237 out.seekp(0);
238 m_header.write(out);
239}
240
241void Output::writeVlrData()
242{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected