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

Method resize

plugins/rdb/io/RdbPointcloud.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void RdbPointcloud::AttributeBuffer::resize(const size_t size)
64{
65 data.resize(m_typeSize * size);
66}
67
68
69void* RdbPointcloud::AttributeBuffer::at(const size_t index)

Callers 15

Vlr.hppFile · 0.80
writeMethod · 0.80
unarchiveMethod · 0.80
readV1Method · 0.80
readDimensionsMethod · 0.80
readMethod · 0.80
initializeLocalMethod · 0.80
readyMethod · 0.80
StringHeaderValMethod · 0.80
setValMethod · 0.80
writeOneMethod · 0.80
prepOutputMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64