Home
last modified time | relevance | path

Searched refs:has_colocated_both (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dturn_info.hpp96 bool has_colocated_both; // Colocated with a uu turn (for union) or ii (other) member
105 , has_colocated_both(false) in turn_info()
Doverlay.hpp181 && ! turn.has_colocated_both in get_ring_turn_info()
Dhandle_colocations.hpp560 turn.has_colocated_both = true; in set_colocation()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Doverlay.cpp279 if (turn.has_colocated_both) in label_turn()