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

Method dump

plugins/e57/libE57Format/src/Encoder.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
207void Encoder::dump( int indent, std::ostream &os ) const
208{
209 os << space( indent ) << "bytestreamNumber: " << bytestreamNumber_ << std::endl;
210}
211#endif
212
213//================

Callers 1

EncoderFactoryMethod · 0.45

Calls 5

spaceFunction · 0.85
binaryStringFunction · 0.85
hexStringFunction · 0.85
atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected