Home
last modified time | relevance | path

Searched refs:linestring_type (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/geometries/concepts/
H A Dmulti_linestring_concept.hpp46 typedef typename boost::range_value<Geometry>::type linestring_type; typedef in boost::geometry::concepts::MultiLinestring
48 BOOST_CONCEPT_ASSERT( (concepts::Linestring<linestring_type>) );
59 linestring_type* ls = 0; in BOOST_CONCEPT_USAGE()
74 typedef typename boost::range_value<Geometry>::type linestring_type; typedef in boost::geometry::concepts::ConstMultiLinestring
76 BOOST_CONCEPT_ASSERT( (concepts::ConstLinestring<linestring_type>) );
/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 Dlinear.hpp111 typedef typename boost::range_value<MultiLinestring>::type linestring_type; typedef in boost::geometry::detail::is_simple::is_acceptable_turn
112 typedef is_acceptable_turn<linestring_type> base_type;
166 linestring_type const& ls1 = in apply()
169 linestring_type const& ls2 = in apply()
/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.hpp274 typedef typename boost::range_value<Geometry>::type linestring_type; in apply() typedef
275 typedef typename boost::range_value<linestring_type>::type point_type; in apply()
280 pip = point_in_geometry<linestring_type>::apply(point, *it, strategy); in apply()