Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ processOne
Method
processOne
plugins/rdb/io/RdbReader.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
167
168
bool RdbReader::processOne(PointRef& point)
169
{
170
return m_pointcloud->read(point);
171
}
172
173
174
point_count_t RdbReader::read(PointViewPtr view, point_count_t count)
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected