Searched refs:m_exit_turn_ptr (Results 1 – 1 of 1) sorted by relevance
242 , m_exit_turn_ptr(NULL) in exit_watcher()277 m_exit_turn_ptr = boost::addressof(turn); in exit()306 BOOST_GEOMETRY_ASSERT(m_exit_turn_ptr); in get_exit_point()307 return m_exit_turn_ptr->point; in get_exit_point()313 BOOST_GEOMETRY_ASSERT(m_exit_turn_ptr); in get_exit_turn()314 return *m_exit_turn_ptr; in get_exit_turn()330 const TurnInfo * m_exit_turn_ptr; member in boost::geometry::detail::relate::exit_watcher