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

Method dump

plugins/e57/libE57Format/src/SectionHeaders.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
34 void BlobSectionHeader::dump( int indent, std::ostream &os ) const
35 {
36 os << space( indent ) << "sectionId: " << sectionId << std::endl;
37 os << space( indent ) << "sectionLogicalLength: " << sectionLogicalLength << std::endl;
38 }
39#endif
40
41 CompressedVectorSectionHeader::CompressedVectorSectionHeader()

Callers

nothing calls this directly

Calls 1

spaceFunction · 0.85

Tested by

no test coverage detected