Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
void Output::writeHeader()
234
{
235
std::ostream& out = m_f;
236
237
out.seekp(0);
238
m_header.write(out);
239
}
240
241
void Output::writeVlrData()
242
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected