Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dparameters.hpp143 static size_t get_overlap_cost_threshold() { return OverlapCostThreshold; } in get_overlap_cost_threshold() function
247 size_t get_overlap_cost_threshold() const { return m_overlap_cost_threshold; } in get_overlap_cost_threshold() function in boost::geometry::index::dynamic_rstar
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dserialization.hpp135 , oct = params->get_overlap_cost_threshold(); in save_construct_data()
150 re != params->get_reinserted_elements() || oct != params->get_overlap_cost_threshold() ) in load_construct_data()
205 , oct = params->get_overlap_cost_threshold(); in save_construct_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp58 …eturn choose_by_minimum_overlap_cost(children, indexable, parameters.get_overlap_cost_threshold()); in apply()