Searched refs:method_none (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | turn_info.hpp | 30 method_none, enumerator 101 : method(method_none) in turn_info()
|
D | debug_turn_info.hpp | 24 case method_none : return '-'; in method_char()
|
D | get_turn_info_la.hpp | 81 tp_model, inters, method_none, out, in apply() 750 method_type replaced_method = method_none; in get_turn_info_for_endpoint() 841 turn_transformer_ec<false> transformer(method_none); in get_turn_info_for_endpoint()
|
D | get_turn_info.hpp | 811 assign_point(tp, method_none, intersection_info.i_info(), i); in apply() 1130 assign_point(ti, method_none, intersection_info, 0); // was collinear in apply()
|
D | follow_linear_linear.hpp | 134 if ( turn.method == method_none ) in is_isolated_point()
|
D | get_turn_info_ll.hpp | 77 tp_model, inters, method_none, out, in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 103 && turn.method == overlay::method_none in apply() 142 turn.method == overlay::method_none in is_closing_point_of()
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turn_info.cpp | 104 bg::detail::overlay::method_none); in test_with_point() 217 = bg::detail::overlay::method_none, in test_both()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 182 case overlay::method_none : in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | linear_linear.hpp | 310 && it->method == overlay::method_none in apply()
|