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

Function makeReaderOptions

test/unit/io/SbetWriterTest.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace pdal;
44
45Options makeReaderOptions()
46{
47 Options options;
48 options.add("filename", Support::datapath("sbet/2-points.sbet"));
49
50 return options;
51}
52
53
54Options makeWriterOptions()

Callers 1

TESTFunction · 0.85

Calls 2

datapathFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected