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

Function TEST

test/unit/filters/CropFilterTest.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52using namespace pdal;
53
54TEST(CropFilterTest, create)
55{
56 StageFactory f;
57 Stage* filter(f.createStage("filters.crop"));
58 EXPECT_TRUE(filter);
59}
60
61TEST(CropFilterTest, test_crop)
62{

Callers

nothing calls this directly

Calls 15

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
rdbufMethod · 0.80
strMethod · 0.80
registerDimMethod · 0.80
registerDimsMethod · 0.80
filterFunction · 0.50
openFileFunction · 0.50
closeFileFunction · 0.50
BOX3DClass · 0.50
addMethod · 0.45

Tested by

no test coverage detected