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

Method dump

plugins/e57/libE57Format/src/ImageFileImpl.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
63 void E57FileHeader::dump( int indent, std::ostream &os ) const
64 {
65 os << space( indent ) << "fileSignature: ";
66 os.write( fileSignature, sizeof( fileSignature ) );
67 os << std::endl;
68 os << space( indent ) << "majorVersion: " << majorVersion << std::endl;
69 os << space( indent ) << "minorVersion: " << minorVersion << std::endl;
70 os << space( indent ) << "filePhysicalLength: " << filePhysicalLength << std::endl;
71 os << space( indent ) << "xmlPhysicalOffset: " << xmlPhysicalOffset << std::endl;
72 os << space( indent ) << "xmlLogicalLength: " << xmlLogicalLength << std::endl;
73 os << space( indent ) << "pageSize: " << pageSize << std::endl;
74 }
75#endif
76
77 ImageFileImpl::ImageFileImpl( ReadChecksumPolicy policy ) :

Callers 2

closeMethod · 0.45
readFileHeaderMethod · 0.45

Calls 2

spaceFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected