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

Method TestPointTable

test/unit/io/CopcReaderTest.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 {
337 public:
338 TestPointTable(PointView& view)
339 : StreamPointTable(*view.table().layout(), 1024)
340 , m_view(view)
341 { }
342
343 protected:
344 virtual void reset() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected