Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ read
Method
read
plugins/rdb/io/RdbReader.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
point_count_t RdbReader::read(PointViewPtr view, point_count_t count)
175
{
176
return m_pointcloud->read(view, count);
177
}
178
179
180
void RdbReader::done(PointTableRef /*table*/)
Callers
1
processOne
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected