Home
last modified time | relevance | path

Searched refs:point_info (Results 1 – 1 of 1) 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 Dfollow_helpers.hpp136 class point_info class
139 point_info() : sid_ptr(NULL), pt_ptr(NULL) {} in point_info() function in boost::geometry::detail::relate::point_info
140 point_info(Point const& pt, segment_identifier const& sid) in point_info() function in boost::geometry::detail::relate::point_info
181 bool operator()(point_info<Point> const& pid) const in operator ()()
237 typedef detail::relate::point_info<point_type> point_info; typedef in boost::geometry::detail::relate::exit_watcher
248 point_info(turn.point, turn.operations[other_op_id].seg_id) ); in enter()
260 typedef typename std::vector<point_info>::iterator point_iterator; in exit()
331 std::vector<point_info> m_other_entry_points; // TODO: use map here or sorted vector?