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

Function readertest_readE57

plugins/e57/test/E57ReaderTest.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121PointViewSet readertest_readE57(std::string filename,PointTableRef table)
122{
123 Options ops;
124 ops.add("filename",filename);
125 E57Reader reader;
126 reader.setOptions(ops);
127 reader.prepare(table);
128 return reader.execute(table);
129}
130
131TEST(E57ReaderTest, testMultipleClouds)
132{

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