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

Method resizeBuffer

plugins/tiledb/io/TileDBUtils.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void BitFieldsBuffer::resizeBuffer(size_t nelements)
613{
614 m_data.resize(nelements);
615}
616
617void BitFieldsBuffer::setQueryBuffer(tiledb::Query& query)
618{

Callers 3

readyMethod · 0.45
doneMethod · 0.45
localReadyMethod · 0.45

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected