Home
last modified time | relevance | path

Searched refs:area_strategy (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dadd_rings.hpp94 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()
Doverlay.hpp211 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()
Dassign_parents.hpp243 typedef typename Strategy::template area_strategy in assign_parents()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer.hpp150 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()
Dtest_buffer_geo.hpp51 > area_strategy; in test_one_geo() local
59 area_strategy, in test_one_geo()
Dbuffer_multi_point.cpp86 >::type area_strategy; in test_all() local
97 area_strategy, in test_all()
/third_party/boost/boost/geometry/strategies/cartesian/
Dintersection.hpp110 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/
Dring.hpp121 typedef typename Strategy::template area_strategy in apply()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp125 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/
Dintersection.hpp114 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/
Dbuffered_piece_collection.hpp136 typedef typename IntersectionStrategy::template area_strategy