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

Function TEST

test/unit/filters/RelaxationDartThrowingTest.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace pdal;
44
45TEST(RelaxationDartThrowingTest, create)
46{
47 StageFactory f;
48 Stage* filter(f.createStage("filters.relaxationdartthrowing"));
49 EXPECT_TRUE(filter);
50}
51
52TEST(RelaxationDartThrowingTest, RelaxationDartThrowingTest_smallInput)
53{

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected