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

Function defaultRxpReaderOptions

plugins/rxp/test/RxpReaderTest.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using namespace pdal;
48
49Options defaultRxpReaderOptions()
50{
51 Options options;
52 Option filename("filename", testDataPath() + "130501_232206_cut.rxp");
53 options.add(filename);
54 return options;
55}
56
57template <typename T>
58void checkDimensionClose(const PointViewPtr view,

Callers 1

TESTFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected