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