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

Function TEST

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected