Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ processOne
Method
processOne
test/unit/StreamingTest.cpp:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
private:
173
virtual bool processOne(PointRef& point)
174
{
175
std::cout << tag();
176
return true;
177
}
178
179
virtual void filter(PointView& view)
180
{
Callers
nothing calls this directly
Calls
1
tag
Function · 0.85
Tested by
no test coverage detected