Home
last modified time | relevance | path

Searched defs:traversal_ring_creator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dtraversal_ring_creator.hpp52 struct traversal_ring_creator struct
60 > traversal_type;
62 typedef typename boost::range_value<Turns>::type turn_type;
63 typedef typename turn_type::turn_operation_type turn_operation_type;
65 static const operation_type target_operation
68 inline traversal_ring_creator(Geometry1 const& geometry1, Geometry2 const& geometry2, in traversal_ring_creator() function
88 inline traverse_error_type travel_to_next_turn(signed_size_type start_turn_index, in travel_to_next_turn()
178 inline traverse_error_type traverse(Ring& ring, in traverse()
258 void traverse_with_operation(turn_type const& start_turn, in traverse_with_operation()
311 int get_operation_index(turn_type const& turn) const in get_operation_index()
[all …]