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

Method at

plugins/rdb/io/RdbPointcloud.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69void* RdbPointcloud::AttributeBuffer::at(const size_t index)
70{
71 return &data[m_typeSize * index];
72}
73
74
75size_t RdbPointcloud::AttributeBuffer::typeSize(

Callers 15

getTypeMethod · 0.80
readDimensionsMethod · 0.80
addPointMethod · 0.80
getTypeMethod · 0.80
writeOneMethod · 0.80
readBlockMethod · 0.80
processBlockMethod · 0.80
processOneMethod · 0.80
handleOriginQueryMethod · 0.80
updateMethod · 0.80
fillPercentilesMethod · 0.80
fillNodataMethod · 0.80

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
getGeometryFunction · 0.64
TEST_FFunction · 0.64
parseMethod · 0.64