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

Function TEST

plugins/e57/test/E57ReaderTest.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace pdal;
44
45TEST(E57ReaderTest, testCtr)
46{
47 Options ops;
48 ops.add("filename",Support::datapath("e57/A4.e57"));
49 E57Reader reader2;
50 reader2.setOptions(ops);
51 PointTable table;
52 reader2.prepare(table);
53 ASSERT_TRUE(table.layout()->hasDim(Dimension::Id::X));
54}
55
56
57TEST(E57ReaderTest, testPreview)

Callers

nothing calls this directly

Calls 15

datapathFunction · 0.85
supportedE57TypesFunction · 0.85
e57ToPdalFunction · 0.85
readertest_readE57Function · 0.85
removeFunction · 0.85
setOptionsMethod · 0.80
hasDimMethod · 0.80
pointMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
previewMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected