Home
last modified time | relevance | path

Searched refs:for_operation (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 Dcheck_enrich.hpp63 int op_index, int cycle, int start, operation_type for_operation, in check_detailed() argument
81 || meta_turns[ip_index].turn->operations[op_index].operation == for_operation) in check_detailed()
85 … check_detailed(meta_turns, meta_turns[ip_index], op_index, cycle, start, for_operation, error); in check_detailed()
93 && meta_turns[ip_index].turn->operations[other_index].operation == for_operation) in check_detailed()
96 … check_detailed(meta_turns, meta_turns[ip_index], other_index, cycle, start, for_operation, error); in check_detailed()
114 inline bool check_graph(TurnPoints& turn_points, operation_type for_operation) in check_graph() argument
141 && it->turn->operations[i].operation == for_operation) in check_graph()
147 check_detailed(meta_turns, *it, i, cycle++, it->index, for_operation, error); in check_graph()
H A Dhandle_colocations.hpp709 operation_type for_operation, in gather_cluster_properties() argument
757 sbs.assign_zones(for_operation); in gather_cluster_properties()
759 cinfo.open_count = sbs.open_count(for_operation); in gather_cluster_properties()
768 if (for_operation == operation_union && cinfo.open_count == 0) in gather_cluster_properties()
783 if ((for_operation == operation_union in gather_cluster_properties()
785 || (for_operation == operation_intersection in gather_cluster_properties()
H A Dless_by_segment_ratio.hpp74 , operation_type for_operation in less_by_segment_ratio()
80 , m_for_operation(for_operation) in less_by_segment_ratio()
H A Dsort_by_side.hpp612 inline std::size_t open_count(operation_type for_operation) const in open_count()
614 return for_operation == operation_union in open_count()
620 inline std::size_t assign_zones(operation_type for_operation) in assign_zones()
622 return for_operation == operation_union in assign_zones()
H A Denrich_intersection_points.hpp71 operation_type for_operation, in enrich_sort() argument
87 >(turns, for_operation, geometry1, geometry2, robust_policy, strategy)); in enrich_sort()