Searched refs:create_bound_towards_minimum (Results 1 – 2 of 2) sorted by relevance
62 bound<T> create_bound_towards_minimum(edge_list<T>& edges) { in create_bound_towards_minimum() function219 auto to_minimum = create_bound_towards_minimum(edges); in add_ring_to_local_minima_list()
74 Bound create_bound_towards_minimum(PointList& points, PointList::iterator& pt) { in create_bound_towards_minimum() function112 Bound to_min = create_bound_towards_minimum(points, pointsIter); in build_bounds_map()