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

Method createAttribute

plugins/tiledb/io/TileDBUtils.cpp:605–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605tiledb::Attribute
606BitFieldsBuffer::createAttribute(const tiledb::Context& ctx) const
607{
608 auto attr = tiledb::Attribute::create<uint16_t>(ctx, m_name);
609 return attr;
610}
611
612void BitFieldsBuffer::resizeBuffer(size_t nelements)
613{

Callers 1

readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected