Home
last modified time | relevance | path

Searched refs:method_char (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Ddebug_turn_info.hpp19 inline char method_char(detail::overlay::method_type const& method) in method_char() function
Dcheck_enrich.hpp60 << "\tMethods: " << method_char(meta_turn.turn->method) in display()
Denrich_intersection_points.hpp184 << " meth=" << method_char(turns[it->turn_index].method) in enrich_assign()
Dintersection_insert.hpp172 << " meth: " << method_char(turn.method) in debug_follow()
186 << "; " << method_char(t.method) in debug_turn()
Dtraversal.hpp57 << " meth: " << method_char(turn.method) in debug_traverse()
/third_party/boost/boost/geometry/algorithms/detail/turns/
Ddebug_turn.hpp39 << " meth: " << method_char(turn.method) in debug_turn()
Dprint_turns.hpp41 << ": " << geometry::method_char(turn.method); in operator ()()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtest_get_turns.hpp62 ? bg::method_char(t.method) == s[0] in operator ()()
124 res[0] = bg::method_char(t.method); in operator ()()
134 res[0] = bg::method_char(t.method); in operator ()()
Dget_turn_info.cpp114 method += bg::method_char(it->method); in test_with_point()
196 op += bg::method_char(it->method); in test_with_point()
Dget_turns.cpp138 << " (" << bg::method_char(turn.method) << ")" in apply()
Dtraverse_ccw.cpp152 << ": " << bg::method_char(turn.method) in intersect()
Dtraverse.cpp282 << ": " << bg::method_char(turn.method) in apply()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Ddebug_print_turns.hpp32 << geometry::method_char(turn.method) in debug_print_turn()
/third_party/boost/boost/geometry/algorithms/detail/
Dhas_self_intersections.hpp116 std::cout << method_char(info.method); in has_self_intersections()
/third_party/boost/boost/geometry/policies/is_valid/
Dfailing_reason_policy.hpp158 oss << "; method: " << method_char(turn.method) in apply()
/third_party/boost/libs/geometry/test/
Dto_svg.hpp76 << ": " << bg::method_char(turn.method); in turns_to_svg()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp164 out << " " << bg::method_char(it->method) in map_turns()