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