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

Function TEST

test/unit/filters/GridDecimationFilterTest.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46using namespace pdal;
47
48TEST(GridDecimationFilterTest, create)
49{
50 StageFactory f;
51 Stage* filter(f.createStage("filters.gridDecimation"));
52 EXPECT_TRUE(filter);
53}
54
55// to be coherent with the grid decimation algorithm
56bool contains(BOX2D box, double x, double y)

Callers

nothing calls this directly

Calls 12

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
pointMethod · 0.80
calculateBoundsMethod · 0.80
containsFunction · 0.70
filterFunction · 0.50
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected