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

Method totalRecordsCompleted

plugins/e57/libE57Format/src/Decoder.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 void destBufferSetNew( std::vector<SourceDestBuffer> &dbufs ) override;
68
69 uint64_t totalRecordsCompleted() override
70 {
71 return ( currentRecordIndex_ );
72 }
73
74 size_t inputProcess( const char *source, size_t availableByteCount ) override;
75 virtual size_t inputProcessAligned( const char *inbuf, size_t firstBit, size_t endBit ) = 0;

Callers 1

isOutputBlockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected