Searched refs:get_overlap_cost_threshold (Results 1 – 3 of 3) sorted by relevance
143 static size_t get_overlap_cost_threshold() { return OverlapCostThreshold; } in get_overlap_cost_threshold() function247 size_t get_overlap_cost_threshold() const { return m_overlap_cost_threshold; } in get_overlap_cost_threshold() function in boost::geometry::index::dynamic_rstar
135 , 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()
58 …eturn choose_by_minimum_overlap_cost(children, indexable, parameters.get_overlap_cost_threshold()); in apply()