Searched refs:KDBush (Results 1 – 2 of 2) sorted by relevance
20 class KDBush { class30 KDBush(const std::uint8_t nodeSize_ = defaultNodeSize) : nodeSize(nodeSize_) { in KDBush() function in kdbush::KDBush33 KDBush(const std::vector<TPoint> &points_, const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush() function in kdbush::KDBush34 : KDBush(std::begin(points_), std::end(points_), nodeSize_) { in KDBush()38 KDBush(const TPointIter &points_begin, in KDBush() function in kdbush::KDBush
163 kdbush::KDBush<Cluster, std::uint32_t> tree;