#include <convex_hull.hpp>
|
template<typename Geometry , typename OutputIterator , typename Strategy > |
static OutputIterator | apply (Geometry const &geometry, OutputIterator &out, Strategy const &strategy) |
|
template<typename Geometry , typename OutputIterator > |
static OutputIterator | apply (Geometry const &geometry, OutputIterator &out, default_strategy) |
|
template<typename Geometry , typename OutputIterator , typename Strategy >
static OutputIterator boost::geometry::resolve_strategy::convex_hull_insert::apply |
( |
Geometry const & |
geometry, |
|
|
OutputIterator & |
out, |
|
|
Strategy const & |
strategy |
|
) |
| |
|
inlinestatic |
template<typename Geometry , typename OutputIterator >
static OutputIterator boost::geometry::resolve_strategy::convex_hull_insert::apply |
( |
Geometry const & |
geometry, |
|
|
OutputIterator & |
out, |
|
|
default_strategy |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: