Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp27 struct point_ptr_pair { struct
31 constexpr point_ptr_pair(point_ptr<T> o1, point_ptr<T> o2) : op1(o1), op2(o2) { in point_ptr_pair() argument
34 point_ptr_pair(point_ptr_pair<T> const& p) = default;
36 point_ptr_pair(point_ptr_pair<T>&& p) : op1(std::move(p.op1)), op2(std::move(p.op2)) { in point_ptr_pair() function
39 point_ptr_pair& operator=(point_ptr_pair<T>&& p) { in operator =() argument
51 const std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>>& dupe_ring) { in operator <<()
101 bool find_intersect_loop(std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>>& dupe_ring, in find_intersect_loop()
102 std::list<std::pair<ring_ptr<T>, point_ptr_pair<T>>>& iList, in find_intersect_loop()
486 std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>>& connection_map, in process_single_intersection()
534 std::list<std::pair<ring_ptr<T>, point_ptr_pair<T>>> iList; in process_single_intersection()
[all …]