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

Function newReader

plugins/teaser/test/TeaserFilterTest.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

checkPointsEqualReaderFunction · 0.70
TESTFunction · 0.70

Calls 3

datapathFunction · 0.85
setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected