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

Function tableId

pdal/PointView.hpp:397–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 static int m_lastId;
396
397 PointId tableId(PointId idx)
398 { return idx >= size() ? 0 : m_index[idx]; }
399
400 PointId addPoint();
401 void swapItems(PointId id1, PointId id2)

Callers 1

setFieldMethod · 0.85

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected