Searched refs:area_strategy (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | add_rings.hpp | 94 AreaStrategy const& area_strategy, in add_rings() argument 147 area_type const area = geometry::area(result, area_strategy); in add_rings() 181 AreaStrategy const& area_strategy) in add_rings() argument 184 return add_rings<GeometryOut>(map, geometry, empty, collection, out, area_strategy); in add_rings()
|
D | overlay.hpp | 211 typename Strategy::template area_strategy in return_if_one_input_is_empty() 369 typedef typename Strategy::template area_strategy<point_type>::type area_strategy_type; in apply() 383 area_strategy_type const area_strategy = strategy.template get_area_strategy<point_type>(); in apply() local 391 selected_ring_properties[id] = properties(*it, area_strategy); in apply() 408 area_strategy, in apply()
|
D | assign_parents.hpp | 243 typedef typename Strategy::template area_strategy in assign_parents()
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer.hpp | 150 AreaStrategy const& area_strategy, in test_buffer() argument 323 … typename bg::default_area_result<GeometryOut>::type area = bg::area(buffered, area_strategy); in test_buffer() 402 >::type area_strategy; in test_buffer() local 406 area_strategy, in test_buffer() 458 >::type area_strategy; in test_one() local 465 area_strategy, in test_one() 486 area_strategy, in test_one()
|
D | test_buffer_geo.hpp | 51 > area_strategy; in test_one_geo() local 59 area_strategy, in test_one_geo()
|
D | buffer_multi_point.cpp | 86 >::type area_strategy; in test_all() local 97 area_strategy, in test_all()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | intersection.hpp | 110 struct area_strategy struct 119 static inline typename area_strategy<Geometry>::type get_area_strategy() in get_area_strategy() 121 typedef typename area_strategy<Geometry>::type strategy_type; in get_area_strategy()
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | ring.hpp | 121 typedef typename Strategy::template area_strategy in apply()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | intersection.hpp | 125 struct area_strategy struct 135 static inline typename area_strategy<Geometry>::type get_area_strategy() in get_area_strategy() 137 typedef typename area_strategy<Geometry>::type strategy_type; in get_area_strategy()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | intersection.hpp | 114 struct area_strategy struct 126 inline typename area_strategy<Geometry>::type get_area_strategy() const in get_area_strategy() 128 typedef typename area_strategy<Geometry>::type strategy_type; in get_area_strategy()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_piece_collection.hpp | 136 typedef typename IntersectionStrategy::template area_strategy
|