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