Home
last modified time | relevance | path

Searched defs:point_strategy (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/geometry/doc/src/examples/strategies/
Dbuffer_geographic_point_circle.cpp24 bg::strategy::buffer::geographic_point_circle<> point_strategy(36); in main() local
Dbuffer_point_square.cpp25 boost::geometry::strategy::buffer::point_square point_strategy; in main() local
Dbuffer_join_round.cpp30 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
Dbuffer_join_miter.cpp30 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
Dbuffer_point_circle.cpp24 boost::geometry::strategy::buffer::point_circle point_strategy(360); in main() local
Dbuffer_distance_symmetric.cpp31 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
Dbuffer_distance_asymmetric.cpp31 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
Dbuffer_end_round.cpp31 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
Dbuffer_end_flat.cpp31 boost::geometry::strategy::buffer::point_circle point_strategy; in main() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer.hpp149 PointStrategy const& point_strategy, in test_buffer()
395 PointStrategy const& point_strategy, in test_buffer()
528 PointStrategy const& point_strategy, in test_with_custom_strategies()
Dbuffer_multi_point.cpp65 bg::strategy::buffer::point_square point_strategy; in test_all() local
Dbuffer_with_strategies.cpp52 PointStrategy const& point_strategy, in test_with_strategies()
Dbuffer_polygon.cpp692 bg::strategy::buffer::point_circle point_strategy; in test_all() local
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_inserter.hpp381 PointStrategy const& point_strategy) in buffer_point()
927 PointStrategy const& point_strategy, in buffer_inserter()
1038 PointStrategy const& point_strategy, in buffer_inserter()
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/
Dmulti_point_growth.cpp62 bg::strategy::buffer::point_circle point_strategy; in test_growth() local
Drecursive_polygons_buffer.cpp218 bg::strategy::buffer::point_circle point_strategy; in test_buffer() local
Dmany_ring_buffer.cpp210 buffer_point_strategy_sample point_strategy; in test_many_rings() local
/third_party/boost/boost/geometry/algorithms/
Dbuffer.hpp220 PointStrategy const& point_strategy) in buffer()