Home
last modified time | relevance | path

Searched refs:greatest_distance (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.hpp499 …value_distance_type greatest_distance = !not_enough_neighbors ? neighbors.back().first : (std::num… in operator ()() local
513 if ( not_enough_neighbors || value_distance < greatest_distance ) in operator ()()