Home
last modified time | relevance | path

Searched refs:box_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 Dbox_view.hpp46 struct box_view struct
56 explicit box_view(Box const& box) in box_view() function
92 struct tag<box_view<Box, Clockwise> >
98 struct point_order<box_view<Box, false> >
105 struct point_order<box_view<Box, true> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Drange_type.hpp72 typedef box_view<Geometry> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dfor_each_range.hpp68 actor.apply(box_view<typename boost::remove_const<Box>::type>(box)); in apply()