| 293 | // |
| 294 | |
| 295 | KDFlexIndex::KDFlexIndex(const PointView& buf, const Dimension::IdList& dims) : |
| 296 | m_buf(buf), m_dims(dims), m_impl(new KDFlexImpl(m_buf, m_dims)) |
| 297 | {} |
| 298 | |
| 299 | KDFlexIndex::~KDFlexIndex() |
| 300 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected