| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | polygon.hpp | 308 > polygon_type; typedef 310 static inline typename polygon_type::ring_type& get(polygon_type& p) in get() 315 static inline typename polygon_type::ring_type const& get( in get() 316 polygon_type const& p) in get() 345 > polygon_type; typedef 347 static inline typename polygon_type::inner_container_type& get( in get() 348 polygon_type& p) in get() 353 static inline typename polygon_type::inner_container_type const& get( in get() 354 polygon_type const& p) in get()
|
| /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 | 41 typedef typename boost::remove_const<PolygonType>::type polygon_type; typedef in boost::geometry::concepts::Polygon 43 typedef typename traits::ring_const_type<polygon_type>::type ring_const_type; 44 typedef typename traits::ring_mutable_type<polygon_type>::type ring_mutable_type; 45 typedef typename traits::interior_const_type<polygon_type>::type interior_const_type; 46 typedef typename traits::interior_mutable_type<polygon_type>::type interior_mutable_type; 60 polygon_type* poly = 0; in apply() 61 polygon_type const* cpoly = poly; in apply()
|
| H A D | multi_polygon_concept.hpp | 45 typedef typename boost::range_value<Geometry>::type polygon_type; typedef in boost::geometry::concepts::MultiPolygon 47 BOOST_CONCEPT_ASSERT( (concepts::Polygon<polygon_type>) ); 58 polygon_type* poly = 0; in BOOST_CONCEPT_USAGE() 73 typedef typename boost::range_value<Geometry>::type polygon_type; typedef in boost::geometry::concepts::ConstMultiPolygon 75 BOOST_CONCEPT_ASSERT( (concepts::ConstPolygon<polygon_type>) );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | multi_polygon.hpp | 15 using polygon_type = polygon<T>; typedef 16 using container_type = Cont<polygon_type>; 21 multi_polygon(std::initializer_list<polygon_type> args) in multi_polygon()
|
| /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 | multipolygon.hpp | 119 typedef typename std::iterator_traits<PolygonIterator>::value_type polygon_type; in are_polygon_interiors_disjoint() typedef 122 polygon_type, polygon_type in are_polygon_interiors_disjoint() 125 = strategy.template get_point_in_geometry_strategy<polygon_type, polygon_type>(); in are_polygon_interiors_disjoint()
|
| /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 D | implementation.hpp | 290 >::type polygon_type; typedef in boost::geometry::detail::boundary_views::views_container_initializer 292 typedef polygon_rings_iterator<polygon_type> inner_iterator_type; 296 static inline inner_iterator_type apply(polygon_type& polygon) in apply() 304 static inline inner_iterator_type apply(polygon_type& 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 | buffer.hpp | 262 typedef typename boost::range_value<MultiPolygon>::type polygon_type; in buffer() typedef 264 concepts::check<polygon_type>(); in buffer() 289 detail::buffer::buffer_inserter<polygon_type>(geometry_in, range::back_inserter(geometry_out), in buffer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | wagyu.hpp | 48 polygon_type p_type = polygon_type_subject) { in add_ring() 54 polygon_type p_type = polygon_type_subject) { in add_polygon()
|
| H A D | build_local_minima_list.hpp | 15 polygon_type p_type) { in add_linear_ring()
|
| H A D | config.hpp | 19 enum polygon_type : std::uint8_t { polygon_type_subject = 0, polygon_type_clip }; enum
|
| H A D | bound.hpp | 33 polygon_type poly_type;
|
| H A D | local_minimum_util.hpp | 206 polygon_type poly_type) { in add_ring_to_local_minima_list()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/ |
| H A D | point_in_geometry.hpp | 332 typedef typename boost::range_value<Geometry>::type polygon_type; in apply() typedef 336 int pip = point_in_geometry<polygon_type>::apply(point, *it, strategy); in apply()
|