MCPcopy Create free account
hub / github.com/PDAL/PDAL / filter

Method filter

test/unit/WhereTest.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 { return "filters.test"; }
67
68 void filter(PointView& v)
69 {
70 g_count = v.size();
71 }
72 };
73
74 TestFilter f;

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
setFieldMethod · 0.45

Tested by

no test coverage detected