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

Function TEST

test/unit/filters/H3FilterTest.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48using namespace pdal;
49
50TEST(H3FilterTest, createStage)
51{
52 StageFactory f;
53 Stage* filter(f.createStage("filters.h3"));
54 EXPECT_TRUE(filter);
55}
56
57TEST(H3FilterTest, stream_test_2)
58{

Callers

nothing calls this directly

Calls 8

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
filterFunction · 0.50
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected