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

Method read

plugins/e57/libE57Format/src/CompressedVectorReaderImpl.cpp:225–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 unsigned CompressedVectorReaderImpl::read( std::vector<SourceDestBuffer> &dbufs )
226 {
227 // don't checkImageFileOpen(__FILE__, __LINE__, __FUNCTION__), read() will
228 // do it
229
230 checkReaderOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
231
232 // Check compatible with current dbufs
233 setBuffers( dbufs );
234
235 return ( read() );
236 }
237
238 unsigned CompressedVectorReaderImpl::read()
239 {

Callers 1

Calls 6

readFunction · 0.85
inputProcessMethod · 0.80
nextIndexMethod · 0.80
toStringFunction · 0.70
rewindMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected