Home
last modified time | relevance | path

Searched refs:points_view (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/views/
H A Dsegment_view.hpp46 : public detail::points_view
56 : detail::points_view<point_type, 2>(copy_policy(segment)) in segment_view()
H A Dbox_view.hpp47 : public detail::points_view
57 : detail::points_view<point_type, 5>(copy_policy(box)) in box_view()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dpoints_view.hpp33 class points_view class
127 explicit points_view(CopyPolicy const& copy) in points_view() function in boost::geometry::detail::points_view