Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_intersection_patterns.hpp25 inline bool check_pairs(std::vector<sort_by_side::rank_with_rings> const& aggregation, in check_pairs()
33 sort_by_side::rank_with_rings const& curr = aggregation[i]; in check_pairs()
34 sort_by_side::rank_with_rings const& next = aggregation[i + 1]; in check_pairs()
58 std::vector<sort_by_side::rank_with_rings> const& aggregation) in intersection_pattern_common_interior1()
72 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior1()
73 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior1()
105 std::vector<sort_by_side::rank_with_rings> const& aggregation) in intersection_pattern_common_interior2()
129 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior2()
130 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior2()
172 std::vector<sort_by_side::rank_with_rings> const& aggregation) in intersection_pattern_common_interior3()
[all …]
H A Dtraversal.hpp114 typedef sort_by_side::side_sorter
386 std::vector<sort_by_side::rank_with_rings> aggregation; in select_from_cluster_union()
387 sort_by_side::aggregate_operations(sbs, aggregation, m_turns, operation_union); in select_from_cluster_union()
390 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in select_from_cluster_union()
396 sort_by_side::rank_with_rings const& rwr = aggregation[i]; in select_from_cluster_union()
409 && ranked_point.direction == sort_by_side::dir_to) in select_from_cluster_union()
434 inline bool all_operations_of_type(sort_by_side::rank_with_rings const& rwr, in all_operations_of_type()
436 sort_by_side::direction_type dir) const in all_operations_of_type()
438 typedef std::set<sort_by_side::ring_with_direction>::const_iterator sit_type; in all_operations_of_type()
441 sort_by_side::ring_with_direction const& rwd = *it; in all_operations_of_type()
[all …]
H A Daggregate_operations.hpp20 namespace detail { namespace overlay { namespace sort_by_side namespace
76 return all_equal(sort_by_side::dir_to); in all_to()
81 return all_equal(sort_by_side::dir_from); in all_from()
H A Dsort_by_side.hpp31 namespace detail { namespace overlay { namespace sort_by_side namespace
446 && ranked_point.direction == sort_by_side::dir_to in open_count()
557 if (ranked_point.direction == sort_by_side::dir_to in assign_zones()
593 if (ranked_point.direction == sort_by_side::dir_to in assign_zones()
H A Dhandle_colocations.hpp719 typedef sort_by_side::side_sorter in gather_cluster_properties()
773 if (ranked.direction != sort_by_side::dir_to) in gather_cluster_properties()