Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ processOne
Method
processOne
plugins/rxp/io/RxpReader.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
bool RxpReader::processOne(PointRef& point)
142
{
143
return m_pointcloud->readOne(point);
144
}
145
146
147
void RxpReader::done(PointTableRef table)
Callers
nothing calls this directly
Calls
1
readOne
Method · 0.80
Tested by
no test coverage detected