Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Ddistance_query.hpp498 bool not_enough_neighbors = neighbors.size() < max_count(); in operator ()() local
499 …value_distance_type greatest_distance = !not_enough_neighbors ? neighbors.back().first : (std::num… in operator ()()
513 if ( not_enough_neighbors || value_distance < greatest_distance ) in operator ()()