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

Method writeVlrData

io/private/copcwriter/Output.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void Output::writeVlrData()
242{
243 std::ostream& out = m_f;
244
245 out.seekp(m_header.header_size);
246 out.write(m_vlrBuf.data(), m_vlrBuf.size());
247}
248
249void Output::writeChunkTable()
250{

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected