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