Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ writeDimensions
Method
writeDimensions
io/BpfHeader.cpp:271–274 ·
view source on GitHub ↗
This just exists for symmetry.
Source
from the content-addressed store, hash-verified
269
270
// This just exists for symmetry.
271
void BpfHeader::writeDimensions(OLeStream& stream, BpfDimensionList& dims)
272
{
273
BpfDimension::write(stream, dims);
274
}
275
276
277
void BpfHeader::dump()
Callers
2
readyFile
Method · 0.80
doneFile
Method · 0.80
Calls
1
write
Function · 0.50
Tested by
no test coverage detected