| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | interior_rings.hpp | 46 struct interior_rings struct 70 struct interior_rings {}; struct 74 struct interior_rings<polygon_tag, Polygon> struct 80 return traits::interior_rings in apply() 114 inline typename interior_return_type<Polygon>::type interior_rings(Polygon& polygon) in interior_rings() function 116 return core_dispatch::interior_rings in interior_rings() 135 inline typename interior_return_type<Polygon const>::type interior_rings( in interior_rings() function 138 return core_dispatch::interior_rings in interior_rings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/ |
| H A D | segment_iterator.hpp | 95 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 96 boost::end(geometry::interior_rings(polygon)) in apply() 98 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 99 boost::end(geometry::interior_rings(polygon)) in apply() 205 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 206 boost::end(geometry::interior_rings(polygon)) in apply() 208 flatten_iterator( boost::end(geometry::interior_rings(polygon)) ) in apply()
|
| H A D | point_iterator.hpp | 78 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 79 boost::end(geometry::interior_rings(polygon)) in apply() 81 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 82 boost::end(geometry::interior_rings(polygon)) in apply() 188 flatten_iterator(boost::begin(geometry::interior_rings(polygon)), in apply() 189 boost::end(geometry::interior_rings(polygon)) in apply() 191 flatten_iterator( boost::end(geometry::interior_rings(polygon)) ) in apply()
|
| /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 D | convert_ring.hpp | 90 interior_rings(destination).resize( in apply() 91 interior_rings(destination).size() + 1); in apply() 92 geometry::convert(source, interior_rings(destination).back()); in apply() 95 boost::reverse(interior_rings(destination).back()); in apply()
|
| H A D | get_ring.hpp | 88 && id.ring_index < int(boost::size(interior_rings(polygon))) in apply() 92 : range::at(interior_rings(polygon), id.ring_index); in apply()
|
| H A D | select_rings.hpp | 120 rings = interior_rings(polygon); in apply() 140 rings = interior_rings(polygon); 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 D | areal.hpp | 65 bool are_simple_interior_rings(InteriorRings const& interior_rings) in are_simple_interior_rings() argument 74 >::apply(boost::begin(interior_rings), in are_simple_interior_rings() 75 boost::end(interior_rings)); in are_simple_interior_rings() 93 are_simple_interior_rings(geometry::interior_rings(polygon)); 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_valid/ |
| H A D | polygon.hpp | 103 static bool has_valid_interior_rings(InteriorRings const& interior_rings, in has_valid_interior_rings() argument 112 >::apply(boost::begin(interior_rings), in has_valid_interior_rings() 113 boost::end(interior_rings), in has_valid_interior_rings() 141 return has_valid_interior_rings(geometry::interior_rings(polygon), in apply() 368 static inline bool are_holes_inside(InteriorRings const& interior_rings, in are_holes_inside() argument 375 return are_holes_inside(boost::begin(interior_rings), in are_holes_inside() 376 boost::end(interior_rings), in are_holes_inside() 393 return are_holes_inside(geometry::interior_rings(polygon), in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | is_empty.hpp | 60 static inline bool check_interior_rings(InteriorRings const& interior_rings) in check_interior_rings() argument 65 >::apply(boost::begin(interior_rings), boost::end(interior_rings)); in check_interior_rings() 73 && check_interior_rings(interior_rings(polygon)); in apply()
|
| H A D | transform.hpp | 177 >::apply(geometry::interior_rings(poly2), in apply() 181 rings1 = geometry::interior_rings(poly1); in apply() 183 rings2 = geometry::interior_rings(poly2); in apply()
|
| H A D | for_each.hpp | 166 rings = interior_rings(poly); in apply() 185 rings = interior_rings(poly); in apply()
|
| H A D | convert.hpp | 212 >::apply(interior_rings(destination), num_interior_rings(source)); in apply() 215 rings_source = interior_rings(source); in apply() 217 rings_dest = interior_rings(destination); in apply()
|
| H A D | append.hpp | 106 range::at(interior_rings(polygon), ring_index), point); in apply() 128 range::at(interior_rings(polygon), ring_index), range); in apply()
|
| H A D | num_interior_rings.hpp | 61 return boost::size(geometry::interior_rings(polygon)); in apply()
|
| H A D | reverse.hpp | 61 rings = interior_rings(polygon); in apply()
|
| H A D | clear.hpp | 61 >::apply(interior_rings(polygon)); in apply()
|
| H A D | unique.hpp | 66 rings = interior_rings(polygon); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | polygon_concept.hpp | 64 interior_mutable_type i = traits::interior_rings<PolygonType>::get(*poly); in apply() 66 interior_const_type ci = traits::interior_rings<PolygonType>::get(*cpoly); in apply() 116 interior_const_type ci = traits::interior_rings<const_polygon_type>::get(*cpoly); 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 D | linear_areal.hpp | 146 bool check_interior_rings(InteriorRings const& interior_rings, in check_interior_rings() argument 165 >::apply(boost::begin(interior_rings), in check_interior_rings() 166 boost::end(interior_rings), in check_interior_rings() 187 if ( !check_interior_rings(geometry::interior_rings(polygon), segment, 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/distance/ |
| H A D | point_to_geometry.hpp | 220 InteriorRings const& interior_rings, in apply() 224 boost::begin(interior_rings), in apply() 225 boost::end(interior_rings), in apply() 245 interior_rings(polygon), in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | recalculate.hpp | 172 apply_interior_rings(geometry::interior_rings(destination), in apply() 173 geometry::interior_rings(source), strategy); in apply()
|
| H A D | calculate_sum.hpp | 51 + sum_interior_rings<ReturnType, Policy>(interior_rings(poly), strategy) in apply()
|
| H A D | counting.hpp | 70 rings = interior_rings(poly); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | implementation.hpp | 61 >::apply(interior_rings(polygon), mbr, 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/buffer/ |
| H A D | buffer_inserter.hpp | 829 void apply_interior_rings(InteriorRings const& interior_rings, in apply_interior_rings() 839 iterate(boost::begin(interior_rings), boost::end(interior_rings), in apply_interior_rings() 880 apply_interior_rings(interior_rings(polygon), in apply()
|