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

Function TEST

test/unit/filters/GeomDistanceFilterTest.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49using namespace pdal;
50
51TEST(GeomDistanceFilterTest, create)
52{
53 StageFactory f;
54 Stage* filter(f.createStage("filters.geomdistance"));
55 EXPECT_TRUE(filter);
56}
57
58TEST(GeomDistanceFilterTest, test_polygon)
59{

Callers

nothing calls this directly

Calls 14

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
rdbufMethod · 0.80
strMethod · 0.80
filterFunction · 0.50
openFileFunction · 0.50
closeFileFunction · 0.50
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected