Home
last modified time | relevance | path

Searched refs:boundary_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/detail/boundary_view/
H A Dinterface.hpp26 struct boundary_view struct
39 struct boundary_view struct
40 : detail_dispatch::boundary_view<Geometry>
42 explicit boundary_view(Geometry& geometry) in boundary_view() argument
43 : detail_dispatch::boundary_view<Geometry>(geometry) in boundary_view()
56 struct tag< geometry::detail::boundary_view<Geometry> >
58 typedef typename detail_dispatch::boundary_view
H A Dimplementation.hpp337 typedef boundary_view<typename ring_type<Areal>::type> boundary_view_type;
430 struct boundary_view<Ring, ring_tag> struct
433 explicit boundary_view(Ring& ring) in boundary_view() function
439 struct boundary_view<Polygon, polygon_tag> struct
442 explicit boundary_view(Polygon& polygon) in boundary_view() function
448 struct boundary_view<MultiPolygon, multi_polygon_tag> struct
451 explicit boundary_view(MultiPolygon& multipolygon) in boundary_view() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_insert.hpp729 detail::boundary_view<Geometry1 const> view1(geometry1); in apply()
730 detail::boundary_view<Geometry2 const> view2(geometry2); in apply()
734 detail::boundary_view<Geometry1 const>, in apply()
735 detail::boundary_view<Geometry2 const>, in apply()