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

Method destBufferSetNew

plugins/e57/libE57Format/src/Decoder.cpp:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void BitpackDecoder::destBufferSetNew( std::vector<SourceDestBuffer> &dbufs )
210{
211 if ( dbufs.size() != 1 )
212 {
213 throw E57_EXCEPTION2( ErrorInternal, "dbufsSize=" + toString( dbufs.size() ) );
214 }
215
216 destBuffer_ = dbufs.at( 0 ).impl();
217}
218
219size_t BitpackDecoder::inputProcess( const char *source, const size_t availableByteCount )
220{

Callers

nothing calls this directly

Calls 3

atMethod · 0.80
toStringFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected