Home
last modified time | relevance | path

Searched refs:polygon_type (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpolygon.hpp308 > 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 Dpolygon_concept.hpp41 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 Dmulti_polygon_concept.hpp45 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 Dmulti_polygon.hpp15 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 Dmultipolygon.hpp119 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 Dimplementation.hpp290 >::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 Dbuffer.hpp262 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 Dwagyu.hpp48 polygon_type p_type = polygon_type_subject) { in add_ring()
54 polygon_type p_type = polygon_type_subject) { in add_polygon()
H A Dbuild_local_minima_list.hpp15 polygon_type p_type) { in add_linear_ring()
H A Dconfig.hpp19 enum polygon_type : std::uint8_t { polygon_type_subject = 0, polygon_type_clip }; enum
H A Dbound.hpp33 polygon_type poly_type;
H A Dlocal_minimum_util.hpp206 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 Dpoint_in_geometry.hpp332 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()