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

Method getPoint

pdal/PointTable.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119char *RowPointTable::getPoint(PointId idx)
120{
121 char *buf = m_blocks[idx / m_blockPtCnt];
122 return buf + pointsToBytes(idx % m_blockPtCnt);
123}
124
125
126MetadataNode BasePointTable::toMetadata() const

Callers 3

getDimensionFunction · 0.45
getPointFunction · 0.45
getOrAddPointFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected