| 60 | |
| 61 | |
| 62 | TEST(DracoReader, Constructor) |
| 63 | { |
| 64 | DracoReader reader1; |
| 65 | |
| 66 | StageFactory f; |
| 67 | Stage* reader2(f.createStage("readers.draco")); |
| 68 | EXPECT_TRUE(reader2); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | void check_pN(const pdal::PointView& data, PointId index, |
nothing calls this directly
no test coverage detected