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

Method flush

plugins/e57/libE57Format/src/CompressedVectorWriterImpl.cpp:691–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689 }
690
691 void CompressedVectorWriterImpl::flush()
692 {
693 for ( auto &bytestream : bytestreams_ )
694 {
695 bytestream->registerFlushToOutput();
696 }
697 }
698
699 void CompressedVectorWriterImpl::checkImageFileOpen( const char *srcFileName, int srcLineNumber,
700 const char *srcFunctionName ) const

Callers 7

operator()Method · 0.80
finishOutputMethod · 0.80
logFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
~LogMethod · 0.80
flushFunction · 0.80

Calls 1

registerFlushToOutputMethod · 0.80

Tested by

no test coverage detected