Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void 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
249
void Output::writeChunkTable()
250
{
Callers
nothing calls this directly
Calls
3
write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected