Home
last modified time | relevance | path

Searched refs:ref_candidates (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/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp208 std::vector<dp_point_type> ref_candidates(boost::begin(range), in apply() local
214 ref_candidates.front().included = true; in apply()
215 ref_candidates.back().included = true; in apply()
219 … consider(boost::begin(ref_candidates), boost::end(ref_candidates), max_distance, n, strategy); in apply()
223 = boost::begin(ref_candidates); in apply()
224 it != boost::end(ref_candidates); in apply()