Home
last modified time | relevance | path

Searched refs:m_previous_turn_ptr (Results 1 – 3 of 3) 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 Dlinear_areal.hpp624 : m_previous_turn_ptr(NULL) in turns_analyser()
678 if ( first_in_range && m_previous_turn_ptr ) in apply()
681 … segment_identifier const& prev_seg_id = m_previous_turn_ptr->operations[op_id].seg_id; in apply()
706 … && seg_id.multi_index == m_previous_turn_ptr->operations[op_id].seg_id.multi_index ) in apply()
731 …|| seg_id.multi_index != m_previous_turn_ptr->operations[op_id].seg_id.multi_index ) ) // or the n… in apply()
733 && ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
762 BOOST_GEOMETRY_ASSERT_MSG(m_previous_turn_ptr, "non-NULL ptr expected"); in apply()
765 if ( ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
773 … segment_identifier const& prev_seg_id = m_previous_turn_ptr->operations[op_id].seg_id; in apply()
1050 m_previous_turn_ptr = boost::addressof(*it); in apply()
[all …]
H A Dlinear_linear.hpp259 : m_previous_turn_ptr(NULL) in turns_analyser()
567 m_previous_turn_ptr = boost::addressof(*it); in apply()
602 else if ( m_previous_turn_ptr ) in apply()
603 turn_ptr = m_previous_turn_ptr; in apply()
627 m_previous_turn_ptr = NULL; in apply()
748 const TurnInfo * m_previous_turn_ptr; member in boost::geometry::detail::relate::linear_linear::turns_analyser
H A Dareal_areal.hpp438 : m_previous_turn_ptr(0) in turns_analyser()
465 if ( m_previous_turn_ptr ) in apply()
471 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
487 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
535 m_previous_turn_ptr = boost::addressof(*it); in apply()
576 TurnInfo * m_previous_turn_ptr; member in boost::geometry::detail::relate::areal_areal::turns_analyser