Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ readOne
Method
readOne
plugins/rxp/io/RxpPointcloud.cpp:114–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
113
114
bool RxpPointcloud::readOne(PointRef& point)
115
{
116
if (readSavedPoint(point)) {
117
return true;
118
}
119
savePoints();
120
return readSavedPoint(point);
121
}
122
123
124
bool RxpPointcloud::readSavedPoint(PointRef& point)
Callers
1
processOne
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected