Home
last modified time | relevance | path

Searched refs:other_op_id (Results 1 – 6 of 6) 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/relate/
H A Dturns.hpp177 static const std::size_t other_op_id = (OpId + 1) % 2; in operator ()() local
181 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in operator ()()
182 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
212 static const std::size_t other_op_id = (OpId + 1) % 2; in operator ()() local
216 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in operator ()()
217 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in operator ()()
259 static const std::size_t other_op_id = (OpId + 1) % 2; member
264 return left.operations[other_op_id].seg_id.multi_index in operator ()()
265 < right.operations[other_op_id].seg_id.multi_index; in operator ()()
H A Dlinear_linear.hpp254 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::linear_linear::turns_analyser
280 segment_identifier const& other_id = it->operations[other_op_id].seg_id; in apply()
376 … it->operations[other_op_id], in apply()
456 … it->operations[other_op_id], in apply()
512 … it->operations[other_op_id], in apply()
653 … ls2_ref = detail::single_geometry(other_geometry, turn.operations[other_op_id].seg_id); in handle_degenerated()
710 && turn.operations[other_op_id].position == overlay::position_middle ) in handle_degenerated()
H A Dfollow_helpers.hpp234 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::exit_watcher
248 point_info(turn.point, turn.operations[other_op_id].seg_id) ); in enter()
257 segment_identifier const& other_id = turn.operations[other_op_id].seg_id; in exit()
294 turn.operations[other_op_id].seg_id)) in is_outside()
H A Dlinear_areal.hpp620 static const std::size_t other_op_id = 1; member in boost::geometry::detail::relate::linear_areal::turns_analyser
656 segment_identifier const& other_id = it->operations[other_op_id].seg_id; in apply()
1186 range2_type range2(sub_range(geometry2, turn.operations[other_op_id].seg_id)); in calculate_from_inside()
1194 …std::size_t const q_seg_ij = static_cast<std::size_t>(turn.operations[other_op_id].seg_id.segment_… in calculate_from_inside()
H A Dareal_areal.hpp433 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::areal_areal::turns_analyser
514 if ( it->operations[other_op_id].operation != overlay::operation_intersection ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Dcompare_turns.hpp40 static const std::size_t other_op_id = (OpId + 1) % 2; member
66 segment_identifier const& left_other_seg_id = left.operations[other_op_id].seg_id; in use_other_id()
67 segment_identifier const& right_other_seg_id = right.operations[other_op_id].seg_id; in use_other_id()