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

Method write

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

Source from the content-addressed store, hash-verified

275 }
276
277 void CompressedVectorWriterImpl::write( std::vector<SourceDestBuffer> &sbufs,
278 const size_t requestedRecordCount )
279 {
280 // don't checkImageFileOpen, write(unsigned) will do it
281 // don't checkWriterOpen(), write(unsigned) will do it
282
283 setBuffers( sbufs );
284 write( requestedRecordCount );
285 }
286
287 void CompressedVectorWriterImpl::write( const size_t requestedRecordCount )
288 {

Callers 4

closeMethod · 0.45
packetWriteMethod · 0.45
packetWriteIndexMethod · 0.45

Calls 10

atMethod · 0.80
imageFileNameMethod · 0.80
currentRecordIndexMethod · 0.80
bitsPerRecordMethod · 0.80
processRecordsMethod · 0.80
toStringFunction · 0.70
writeFunction · 0.50
capacityMethod · 0.45
pathNameMethod · 0.45
rewindMethod · 0.45

Tested by

no test coverage detected