/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_helpers.hpp | 57 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
|
D | select_rings.hpp | 322 typedef typename geometry::point_type<Geometry1>::type point1_type; in select_rings() typedef 328 strategy.template get_area_strategy<point1_type>()); in select_rings()
|
D | get_turns.hpp | 356 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/ |
D | within_no_turns.hpp | 42 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/ |
D | intersection.hpp | 337 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/ |
D | multipoint_geometry.hpp | 93 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()
|
D | linear_areal.hpp | 71 typedef typename point_type<Geometry1>::type point1_type; in apply() typedef 72 point1_type p; in apply()
|
/third_party/boost/boost/geometry/strategies/ |
D | intersection_strategies.hpp | 58 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/ |
D | turns.hpp | 57 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,
|
D | multi_point_geometry.hpp | 369 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;
|
D | linear_areal.hpp | 210 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()
|
D | linear_linear.hpp | 122 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
|
D | areal_areal.hpp | 209 typedef typename geometry::point_type<Geometry1>::type point1_type; typedef
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | intersection.hpp | 269 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/ |
D | intersection.hpp | 257 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()
|