Home
last modified time | relevance | path

Searched refs:turn_point (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/overlay/
Dsort_by_side_basic.cpp61 Point const& turn_point, Point const& origin_point, in apply_get_turns() argument
109 if (bg::equals(turn.point, turn_point)) in apply_get_turns()
139 if (bg::equals(turn.point, turn_point)) in apply_get_turns()
154 sbs.apply(turn_point); in apply_get_turns()
215 debug::sorted_side_map(case_id, sbs, turn_point, geometry1, geometry2); in apply_get_turns()
242 point_type turn_point, origin_point; in test_basic() local
243 bg::read_wkt(wkt_turn_point, turn_point); in test_basic()
266 apply_get_turns(case_id, g1, g2, turn_point, origin_point, in test_basic()
Dsort_by_side.cpp89 point_type turn_point; // should be all the same for all turns in cluster in gather_cluster_properties() local
99 turn_point = turn.point; in gather_cluster_properties()
108 sbs.apply(turn_point); in gather_cluster_properties()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dcomplement_graph.hpp44 complement_graph_vertex(TurnPoint const* turn_point, in complement_graph_vertex() argument
47 , m_turn_point(turn_point) in complement_graph_vertex()
184 inline vertex_handle add_vertex(TurnPoint const& turn_point) in add_vertex() argument
187 = m_vertices.insert(vertex(boost::addressof(turn_point), in add_vertex()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dhandle_colocations.hpp763 inline bool fill_sbs(Sbs& sbs, Point& turn_point, in fill_sbs() argument
785 turn_point = turn.point; in fill_sbs()
828 point_type turn_point; // should be all the same for all turns in cluster in gather_cluster_properties() local
829 if (! fill_sbs(sbs, turn_point, cinfo, turns, geometry1, geometry2)) in gather_cluster_properties()
834 sbs.apply(turn_point); in gather_cluster_properties()
Dsort_by_side.hpp349 void apply(Point const& turn_point) in apply()
358 …less_by_side<Point, SideStrategy, less_by_index, Compare> less_unique(m_origin, turn_point, m_stra… in apply()
359 …less_by_side<Point, SideStrategy, less_false, Compare> less_non_unique(m_origin, turn_point, m_str… in apply()