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

Method KDFlexIndex

pdal/KDIndex.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293//
294
295KDFlexIndex::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
299KDFlexIndex::~KDFlexIndex()
300{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected