Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void 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
41
void PointRef::swap(const PointRef& r1, const PointRef& r2)
42
{
Callers
15
writeView
Method · 0.80
read
Method · 0.80
write
Method · 0.80
process
Method · 0.80
write
Method · 0.80
doneFile
Method · 0.80
process
Method · 0.80
writeView
Method · 0.80
read
Method · 0.80
read
Method · 0.80
writeOne
Method · 0.80
fillWriteBuf
Method · 0.80
Calls
no outgoing calls
Tested by
2
read
Method · 0.64
TEST
Function · 0.64