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