Searched refs:envelope_strategy (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/sections/ |
D | sectionalize.hpp | 435 EnvelopeStrategy const& envelope_strategy, in apply() 554 … ::apply(section.bounding_box, previous_robust_point, current_robust_point, envelope_strategy); in apply() 613 EnvelopeStrategy const& envelope_strategy, in apply() 643 robust_policy, envelope_strategy, expand_strategy, in apply() 666 EnvelopeStrategy const& envelope_strategy, in apply() 680 envelope_strategy, expand_strategy, ring_id, max_count); in apply() 689 envelope_strategy, expand_strategy, ring_id, max_count); in apply() 708 EnvelopeStrategy const& envelope_strategy, in apply() 742 envelope_strategy, expand_strategy, in apply() 761 EnvelopeStrategy const& envelope_strategy, in apply() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | polygon.hpp | 201 explicit overlaps_box(EnvelopeStrategy const& envelope_strategy, in overlaps_box() 203 : m_envelope_strategy(envelope_strategy) in overlaps_box() 334 envelope_strategy_type const envelope_strategy in are_holes_inside() local 351 >(envelope_strategy), in are_holes_inside() 356 >(envelope_strategy, disjoint_strategy)); in are_holes_inside()
|
D | multipolygon.hpp | 120 envelope_strategy_type const envelope_strategy in are_polygon_interiors_disjoint() local 136 >(envelope_strategy), in are_polygon_interiors_disjoint() 141 >(envelope_strategy, disjoint_strategy)); in are_polygon_interiors_disjoint()
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 181 envelope_strategy = strategy.get_envelope_strategy(); in apply() local 192 geometry::envelope(linear_or_areal, boxes[i].first, envelope_strategy); in apply()
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer.hpp | 248 envelope_strategy_type envelope_strategy; in test_buffer() local 287 bg::envelope(buffered, envelope_output, envelope_strategy); in test_buffer()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | multipoint_geometry.hpp | 403 envelope_strategy = strategy.get_envelope_strategy(); in apply() local 409 geometry::envelope(range::at(multi_geometry, i), boxes[i].first, envelope_strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_piece_collection.hpp | 234 envelope_strategy_type const& envelope_strategy, in original_ring() 240 geometry::envelope(m_ring, m_box, envelope_strategy); in original_ring() 249 envelope_strategy, expand_strategy); in original_ring()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turns.hpp | 579 envelope_strategy = intersection_strategy.get_envelope_strategy(); in apply() local 584 sec1, envelope_strategy, expand_strategy, 0); in apply() 586 sec2, envelope_strategy, expand_strategy, 1); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | multi_point_geometry.hpp | 527 envelope_strategy = strategy.get_envelope_strategy(); in apply() local 533 geometry::envelope(range::at(multi_geometry, i), boxes[i].first, envelope_strategy); in apply()
|