MCPcopy 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.
271void BpfHeader::writeDimensions(OLeStream& stream, BpfDimensionList& dims)
272{
273 BpfDimension::write(stream, dims);
274}
275
276
277void BpfHeader::dump()

Callers 2

readyFileMethod · 0.80
doneFileMethod · 0.80

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected