MCPcopy 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
61Stage* newFilter()
62{
63 static StageFactory f;
64
65 return f.createStage("filters.teaser");
66}
67
68void checkPointsEqualReader(const PointViewSet& pointViewSet, double tolerance)
69{

Callers 1

TESTFunction · 0.70

Calls 1

createStageMethod · 0.80

Tested by

no test coverage detected