/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 54 namespace detail { namespace convex_hull namespace 109 struct convex_hull struct 110 : detail::convex_hull::hull_to_geometry 114 struct convex_hull<Box, box_tag> struct 140 : detail::convex_hull::hull_insert<Order, Closure> 150 struct convex_hull struct 158 dispatch::convex_hull<Geometry>::apply(geometry, out, strategy); in apply() 210 struct convex_hull struct 220 resolve_strategy::convex_hull::apply(geometry, out, strategy); in apply() 225 struct convex_hull<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct [all …]
|
/third_party/boost/libs/geometry/doc/generated/ |
D | convex_hull.qbk | 16 [section:convex_hull convex_hull] 18 '''<indexterm><primary>convex_hull</primary></indexterm>''' 26 void convex_hull(Geometry const & geometry, OutputGeometry & hull)`` 45 `#include <boost/geometry/algorithms/convex_hull.hpp>` 47 [include reference/algorithms/convex_hull.qbk]
|
D | convex_hull_graham_andrew.qbk | 16 [section:strategy_convex_hull_graham_andrew strategy::convex_hull::graham_andrew] 18 '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>convex_hull</primary></ind… 23 class strategy::convex_hull::graham_andrew
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_convex_hull.hpp | 114 bg::detail::convex_hull::convex_hull_insert(geometry, std::back_inserter(hull.outer())); in test_convex_hull() 119 bg::convex_hull(geometry, hull.outer()); in test_convex_hull() 124 bg::convex_hull(geometry, hull); in test_convex_hull() 129 bg::convex_hull(geometry, hull.outer(), Strategy()); in test_convex_hull() 134 …bg::detail::convex_hull::convex_hull_insert(geometry, std::back_inserter(hull.outer()), Strategy()… in test_convex_hull() 151 typedef bg::strategy::convex_hull::graham_andrew in test_geometry_order() 185 bg::convex_hull(geometry, hull); in test_empty_input()
|
D | Jamfile | 28 [ run convex_hull.cpp : : : : algorithms_convex_hull ]
|
D | Jamfile.v2 | 28 [ run convex_hull.cpp : : : : algorithms_convex_hull ]
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | convex_hull.qbk | 13 [def __this_function__ convex_hull] 23 [convex_hull]
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | convex_hull.cpp | 32 boost::geometry::convex_hull(poly, hull); in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
|
D | Jamfile | 42 exe convex_hull : convex_hull.cpp ;
|
D | Jamfile.v2 | 42 exe convex_hull : convex_hull.cpp ;
|
/third_party/boost/libs/geometry/test/robustness/convex_hull/ |
D | Jamfile.v2 | 2 # Robustness Test - convex_hull
|
D | Jamfile | 2 # Robustness Test - convex_hull
|
D | random_multi_points.cpp | 105 bg::convex_hull(mp, hull); in test_random_multi_points()
|
/third_party/boost/boost/geometry/strategies/agnostic/ |
D | hull_graham_andrew.hpp | 41 namespace strategy { namespace convex_hull namespace 378 typedef strategy::convex_hull::graham_andrew<InputGeometry, OutputPoint> type;
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
D | support_status.cpp | 107 DECLARE_UNARY_ALGORITHM(convex_hull) 248 test_unary_algorithm<convex_hull, all_types, OutputFactory>("convex_hull"); in support_status()
|
/third_party/boost/libs/geometry/test/ |
D | minimal.cpp | 78 bg::convex_hull(mls, h); in test_main()
|
/third_party/boost/libs/geometry/example/ |
D | 03_polygon_example.cpp | 123 convex_hull(poly, hull); in main()
|
D | 02_linestring_example.cpp | 211 convex_hull(ls, hull); in main()
|
/third_party/boost/libs/geometry/doc/ |
D | release_notes.qbk | 502 …tps://svn.boost.org/trac/boost/ticket/6443 6443] Wrong degenerated hulls returned by convex_hull(). 509 …ac/boost/ticket/10562 10562] Invalid number of Points in the result of convex_hull() for open outp… 520 * The result of convex_hull(), duplicated Point in open output, too small number of Points for 1- a… 623 * fixes in doc of template parameters (convex_hull, exterior_ring, return_buffer) 732 * [@https://svn.boost.org/trac/boost/ticket/6019 6019] convex_hull / area, fixed. 733 * [@https://svn.boost.org/trac/boost/ticket/6021 6021] convex_hull / append (multipoint), fixed.
|
D | imports.qbk | 32 [import src/examples/algorithms/convex_hull.cpp]
|
D | reference.qbk | 93 [include generated/convex_hull.qbk]
|
/third_party/boost/libs/geometry/doc/html/ |
D | geometry_HTML.manifest | 100 geometry/reference/algorithms/convex_hull.html
|