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

Method QuadIndex

pdal/QuadIndex.cpp:781–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781QuadIndex::QuadIndex(const PointView& view, std::size_t topLevel)
782 : m_qImpl(new QImpl(view, topLevel))
783{ }
784
785QuadIndex::QuadIndex(
786 const PointView& view,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected