Home
last modified time | relevance | path

Searched refs:point1_type (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_helpers.hpp57 typedef typename UniqueSubRange1::point_type point1_type; typedef
82 inline point1_type const& get_pi() const { return m_range_p.at(0); } in get_pi()
83 inline point1_type const& get_pj() const { return m_range_p.at(1); } in get_pj()
84 inline point1_type const& get_pk() const { return m_range_p.at(2); } in get_pk()
358 typedef typename UniqueSubRange1::point_type point1_type; typedef in boost::geometry::detail::overlay::intersection_info_base
386 inline point1_type const& rpi() const { return m_side_calc.get_pi(); } in rpi()
387 inline point1_type const& rpj() const { return m_side_calc.get_pj(); } in rpj()
388 inline point1_type const& rpk() const { return m_side_calc.get_pk(); } in rpk()
433 typedef typename UniqueSubRange1::point_type point1_type; typedef in boost::geometry::detail::overlay::intersection_info
Dselect_rings.hpp322 typedef typename geometry::point_type<Geometry1>::type point1_type; in select_rings() typedef
328 strategy.template get_area_strategy<point1_type>()); in select_rings()
Dget_turns.hpp356 areal1, Section1, point1_type, circular1_iterator, in apply()
449 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef in boost::geometry::detail::get_turns::get_turns_in_sections
451 typedef typename model::referring_segment<point1_type const> segment1_type;
/third_party/boost/boost/geometry/algorithms/detail/within/
Dwithin_no_turns.hpp42 typedef typename geometry::point_type<Geometry1>::type point1_type; in apply() typedef
43 point1_type p; in apply()
57 typedef typename geometry::point_type<Geometry1>::type point1_type; in apply() typedef
59 point1_type p; in apply()
90 typedef typename geometry::point_type<Geometry1>::type point1_type; in apply() typedef
92 point1_type p; in apply()
/third_party/boost/boost/geometry/strategies/cartesian/
Dintersection.hpp337 typedef typename UniqueSubRange1::point_type point1_type; in apply() typedef
340 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()
343 point1_type const& p1 = range_p.at(0); in apply()
344 point1_type const& p2 = range_p.at(1); in apply()
350 model::referring_segment<point1_type const> const p(p1, p2); in apply()
362 typename select_calculation_type<point1_type, point2_type, CalculationType>::type, in apply()
423 typedef typename UniqueSubRange1::point_type point1_type; in unified() typedef
427 typename geometry::coordinate_type<point1_type>::type, in unified()
431 point1_type const& p1 = range_p.at(0); in unified()
432 point1_type const& p2 = range_p.at(1); in unified()
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dmultipoint_geometry.hpp93 typedef typename boost::range_value<MultiPoint1>::type point1_type; in apply() typedef
95 std::vector<point1_type> points1(boost::begin(multipoint1), in apply()
102 typename std::vector<point1_type>::const_iterator, in apply()
276 typedef typename point_type<MultiPoint>::type point1_type; in apply() typedef
289 … && ! dispatch::disjoint<point1_type, SingleGeometry>::apply(*it, single_geometry, strategy)) in apply()
396 typedef typename point_type<MultiPoint>::type point1_type; in apply() typedef
398 typedef model::box<point1_type> box1_type; in apply()
Dlinear_areal.hpp71 typedef typename point_type<Geometry1>::type point1_type; in apply() typedef
72 point1_type p; in apply()
/third_party/boost/boost/geometry/strategies/
Dintersection_strategies.hpp58 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
60 typedef typename model::referring_segment<point1_type const> segment1_type;
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dturns.hpp57 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
76 typedef typename segment_ratio_type<point1_type, RobustPolicy>::type ratio_type;
79 point1_type,
Dmulti_point_geometry.hpp369 typedef typename point_type<MultiPoint>::type point1_type; typedef in boost::geometry::detail::relate::multi_point_multi_geometry_ii_ib
371 typedef model::box<point1_type> box1_type;
424 typedef typename point_type<MultiPoint>::type point1_type; typedef
426 typedef model::box<point1_type> box1_type;
Dlinear_areal.hpp210 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
1248 point1_type const& pi = range::at(range1, p_seg_ij); in calculate_from_inside()
1251 point1_type qi_conv; in calculate_from_inside()
1257 point1_type new_pj; in calculate_from_inside()
1271 la_side_calculator<cs_tag, point1_type, point2_type, SideStrategy> in calculate_from_inside()
1281 la_side_calculator<cs_tag, point1_type, point2_type, SideStrategy> in calculate_from_inside()
Dlinear_linear.hpp122 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
Dareal_areal.hpp209 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp269 typedef typename UniqueSubRange1::point_type point1_type; in apply() typedef
272 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()
275 point1_type const& a1 = range_p.at(0); in apply()
276 point1_type const& a2 = range_p.at(1); in apply()
280 typedef model::referring_segment<point1_type const> segment1_type; in apply()
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection.hpp257 typedef typename UniqueSubRange1::point_type point1_type; in apply() typedef
259 typedef model::referring_segment<point1_type const> segment_type1; in apply()
262 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()