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

Function TEST

test/unit/filters/ExpressionFilterTest.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using namespace pdal;
48
49TEST(ExpressionFilterTest, createStage)
50{
51 StageFactory f;
52 Stage* filter(f.createStage("filters.expression"));
53 EXPECT_TRUE(filter);
54}
55
56TEST(ExpressionFilterTest, noLimits)
57{

Callers

nothing calls this directly

Calls 13

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
runFunction · 0.70
filterFunction · 0.50
BOX3DClass · 0.50
prepareMethod · 0.45
addMethod · 0.45
executeMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected