| 779 | } |
| 780 | |
| 781 | QuadIndex::QuadIndex(const PointView& view, std::size_t topLevel) |
| 782 | : m_qImpl(new QImpl(view, topLevel)) |
| 783 | { } |
| 784 | |
| 785 | QuadIndex::QuadIndex( |
| 786 | const PointView& view, |
nothing calls this directly
no outgoing calls
no test coverage detected