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

Function TEST

plugins/e57/test/E57WriterTest.cpp:47–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46
47TEST(E57WriterTest, testCtr)
48{
49 Options ops;
50 std::string outfile = Support::datapath("e57/test.e57");
51 ops.add("filename", outfile);
52 E57Writer writer;
53 writer.setOptions(ops);
54 PointTable table;
55 writer.prepare(table);
56 remove(outfile.c_str());
57}
58
59PointViewSet writertest_readE57(std::string filename, PointTableRef table)
60{

Callers

nothing calls this directly

Calls 15

datapathFunction · 0.85
removeFunction · 0.85
writertest_readE57Function · 0.85
setOptionsMethod · 0.80
pointMethod · 0.80
hasDimMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected