Home
last modified time | relevance | path

Searched refs:KDBush (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp20 class KDBush { class
30 KDBush(const std::uint8_t nodeSize_ = defaultNodeSize) : nodeSize(nodeSize_) { in KDBush() function in kdbush::KDBush
33 KDBush(const std::vector<TPoint> &points_, const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush() function in kdbush::KDBush
34 : KDBush(std::begin(points_), std::end(points_), nodeSize_) { in KDBush()
38 KDBush(const TPointIter &points_begin, in KDBush() function in kdbush::KDBush
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp163 kdbush::KDBush<Cluster, std::uint32_t> tree;