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

Function writertest_readE57

plugins/e57/test/E57WriterTest.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59PointViewSet writertest_readE57(std::string filename, PointTableRef table)
60{
61 Options ops;
62 ops.add("filename", filename);
63 E57Reader reader;
64 reader.setOptions(ops);
65 reader.prepare(table);
66 return reader.execute(table);
67}
68
69TEST(E57WriterTest, testWrite)
70{

Callers 1

TESTFunction · 0.85

Calls 4

setOptionsMethod · 0.80
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected