Searched refs:linestring_type (Results 1 – 3 of 3) sorted by relevance
46 typedef typename boost::range_value<Geometry>::type linestring_type; typedef in boost::geometry::concepts::MultiLinestring48 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::ConstMultiLinestring76 BOOST_CONCEPT_ASSERT( (concepts::ConstLinestring<linestring_type>) );
111 typedef typename boost::range_value<MultiLinestring>::type linestring_type; typedef in boost::geometry::detail::is_simple::is_acceptable_turn112 typedef is_acceptable_turn<linestring_type> base_type;166 linestring_type const& ls1 = in apply()169 linestring_type const& ls2 = in apply()
274 typedef typename boost::range_value<Geometry>::type linestring_type; in apply() typedef275 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()