#include <transform.hpp>
|
template<typename Geometry1 , typename Geometry2 , typename Strategy > |
static bool | apply (Geometry1 const &geometry1, Geometry2 &geometry2, Strategy const &strategy) |
|
template<typename Geometry1 , typename Geometry2 > |
static bool | apply (Geometry1 const &geometry1, Geometry2 &geometry2, default_strategy) |
|
template<typename Geometry1 , typename Geometry2 , typename Strategy >
static bool boost::geometry::resolve_strategy::transform::apply |
( |
Geometry1 const & |
geometry1, |
|
|
Geometry2 & |
geometry2, |
|
|
Strategy const & |
strategy |
|
) |
| |
|
inlinestatic |
template<typename Geometry1 , typename Geometry2 >
static bool boost::geometry::resolve_strategy::transform::apply |
( |
Geometry1 const & |
geometry1, |
|
|
Geometry2 & |
geometry2, |
|
|
default_strategy |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: