Home
last modified time | relevance | path

Searched refs:new_neighbor (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.hpp372 …size_type new_neighbor = current_neighbor == (std::numeric_limits<size_type>::max)() ? 0 : current… in increment() local
376 if ( new_neighbor < neighbors.size() ) in increment()
377 current_neighbor = new_neighbor; in increment()
399 if ( new_neighbor < neighbors.size() && in increment()
402 neighbors[new_neighbor].first < next_closest_node_distance ) in increment()
404 current_neighbor = new_neighbor; in increment()