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

Function TEST

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

Source from the content-addressed store, hash-verified

46using namespace pdal;
47
48TEST(FerryFilterTest, create)
49{
50 StageFactory f;
51 Stage* filter(f.createStage("filters.ferry"));
52 EXPECT_TRUE(filter);
53}
54
55
56TEST(FerryFilterTest, stream)

Callers

nothing calls this directly

Calls 14

configuredpathFunction · 0.85
datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
filterFunction · 0.50
BOX3DClass · 0.50
addMethod · 0.45
prepareMethod · 0.45
findDimMethod · 0.45
executeMethod · 0.45
readPipelineMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected