Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dlinear_linear.hpp623 const TurnInfo * turn_ptr = NULL; in apply() local
625 turn_ptr = m_degenerated_turn_ptr; in apply()
627 turn_ptr = m_previous_turn_ptr; in apply()
629 if ( turn_ptr ) in apply()
631 segment_identifier const& prev_seg_id = turn_ptr->operations[op_id].seg_id; in apply()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtest_get_turns.hpp53 equal_turn(std::string const& s) : turn_ptr(&s) {} in equal_turn()
58 std::string const& s = (*turn_ptr); in operator ()()
101 const std::string * turn_ptr; member