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

Method setPointId

pdal/PointRef.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void PointRef::setPointId(PointId idx)
31{
32 if (m_view)
33 {
34 m_viewIdx = idx;
35 m_idx = m_view->tableId(idx);
36 }
37 else
38 m_idx = idx;
39}
40
41void PointRef::swap(const PointRef& r1, const PointRef& r2)
42{

Callers 15

writeViewMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
processMethod · 0.80
writeMethod · 0.80
doneFileMethod · 0.80
processMethod · 0.80
writeViewMethod · 0.80
readMethod · 0.80
readMethod · 0.80
writeOneMethod · 0.80
fillWriteBufMethod · 0.80

Calls

no outgoing calls

Tested by 2

readMethod · 0.64
TESTFunction · 0.64