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

Callers 1

TESTFunction · 0.70

Calls 1

createStageMethod · 0.80

Tested by

no test coverage detected