Home
last modified time | relevance | path

Searched refs:multipolygon (Results 1 – 8 of 8) 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/is_valid/
H A Dmultipolygon.hpp287 static inline bool apply(MultiPolygon const& multipolygon, in apply() argument
294 AllowEmptyMultiGeometries && boost::empty(multipolygon))) in apply()
306 >::apply(boost::begin(multipolygon), in apply()
307 boost::end(multipolygon), in apply()
321 ! has_valid_turns::apply(multipolygon, turns, visitor, strategy); in apply()
334 if (! have_holes_inside(boost::begin(multipolygon), in apply()
335 boost::end(multipolygon), in apply()
348 if (! have_connected_interior(boost::begin(multipolygon), in apply()
349 boost::end(multipolygon), in apply()
361 return are_polygon_interiors_disjoint(boost::begin(multipolygon), in apply()
[all …]
/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 Dimplementation.hpp256 static inline std::size_t apply(MultiPolygon const& multipolygon) in apply()
258 return geometry::num_interior_rings(multipolygon) in apply()
259 + static_cast<std::size_t>(boost::size(multipolygon)); in apply()
322 static inline void apply(MultiPolygon const& multipolygon, in apply() argument
325 rings_iterator_type first(boost::begin(multipolygon), in apply()
326 boost::end(multipolygon)); in apply()
327 rings_iterator_type last(boost::end(multipolygon)); in apply()
451 explicit boundary_view(MultiPolygon& multipolygon) in boundary_view()
455 >(multipolygon) in boundary_view()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp29 static GeometryCollection toGeometryCollection(MultiPolygon<int16_t>&& multipolygon) { in toGeometryCollection() argument
31 for (auto& polygon : multipolygon) { in toGeometryCollection()
48 MultiPolygon<int16_t> multipolygon; in fixupPolygons() local
49 clipper.execute(clip_type_union, multipolygon, fill_type_even_odd, fill_type_even_odd); in fixupPolygons()
51 return toGeometryCollection(std::move(multipolygon)); in fixupPolygons()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dsegment_iterator.hpp130 static inline return_type apply(MultiPolygon& multipolygon) in apply()
132 return return_type(boost::begin(multipolygon), in apply()
133 boost::end(multipolygon)); in apply()
237 static inline return_type apply(MultiPolygon& multipolygon) in apply()
239 return return_type(boost::end(multipolygon)); in apply()
H A Dpoint_iterator.hpp127 static inline return_type apply(MultiPolygon& multipolygon) in apply()
129 return return_type(boost::begin(multipolygon), in apply()
130 boost::end(multipolygon)); in apply()
234 static inline return_type apply(MultiPolygon& multipolygon) in apply()
236 return return_type(boost::end(multipolygon)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dareal.hpp136 static inline bool apply(MultiPolygon const& multipolygon, Strategy const&) in apply()
146 >::apply(boost::begin(multipolygon), boost::end(multipolygon)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dpoint_to_geometry.hpp330 MultiPolygon const& multipolygon, in apply()
333 if (geometry::covered_by(point, multipolygon)) in apply()
341 >::apply(point, multipolygon, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dlinear_areal.hpp205 static inline bool apply(Segment const& segment, MultiPolygon const& multipolygon, in apply()
211 >::apply(multipolygon, segment, strategy); in apply()