Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ newFilter
Function
newFilter
test/unit/filters/IcpFilterTest.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
Stage* newFilter()
60
{
61
static StageFactory f;
62
63
return f.createStage(
"filters.icp"
);
64
}
65
66
void checkPointsEqualReader(const PointViewSet& pointViewSet, double tolerance)
67
{
Callers
1
TEST
Function · 0.70
Calls
1
createStage
Method · 0.80
Tested by
no test coverage detected