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

Function newReader

plugins/cpd/test/CpdFilterTest.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49
50std::unique_ptr<LasReader> newReader()
51{
52 Options options;
53 options.add("filename", Support::datapath("las/100-points.las"));
54 std::unique_ptr<LasReader> reader(new LasReader());
55 reader->setOptions(options);
56 return reader;
57}
58
59std::unique_ptr<CpdFilter> newFilter()
60{

Callers 3

checkNoThrowFunction · 0.70
checkPointsEqualReaderFunction · 0.70
TESTFunction · 0.70

Calls 3

datapathFunction · 0.85
setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected