Home
last modified time | relevance | path

Searched refs:envelope_strategy (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/sections/
Dsectionalize.hpp435 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/
Dpolygon.hpp201 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()
Dmultipolygon.hpp120 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/
Dmulti_point.hpp181 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/
Dtest_buffer.hpp248 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/
Dmultipoint_geometry.hpp403 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/
Dbuffered_piece_collection.hpp234 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/
Dget_turns.hpp579 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/
Dmulti_point_geometry.hpp527 envelope_strategy = strategy.get_envelope_strategy(); in apply() local
533 geometry::envelope(range::at(multi_geometry, i), boxes[i].first, envelope_strategy); in apply()