#include <cmath>#include <iterator>#include <boost/range.hpp>#include <boost/type_traits/remove_reference.hpp>#include <boost/variant/static_visitor.hpp>#include <boost/variant/apply_visitor.hpp>#include <boost/variant/variant_fwd.hpp>#include <boost/geometry/algorithms/assign.hpp>#include <boost/geometry/algorithms/clear.hpp>#include <boost/geometry/algorithms/detail/interior_iterator.hpp>#include <boost/geometry/algorithms/num_interior_rings.hpp>#include <boost/geometry/core/cs.hpp>#include <boost/geometry/core/exterior_ring.hpp>#include <boost/geometry/core/interior_rings.hpp>#include <boost/geometry/core/mutable_range.hpp>#include <boost/geometry/core/ring_type.hpp>#include <boost/geometry/core/tag_cast.hpp>#include <boost/geometry/core/tags.hpp>#include <boost/geometry/geometries/concepts/check.hpp>#include <boost/geometry/strategies/default_strategy.hpp>#include <boost/geometry/strategies/transform.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::geometry | |
| boost::geometry::detail | |
| boost::geometry::detail::transform | |
| boost::geometry::dispatch | |
| boost::geometry::resolve_strategy | |
| boost::geometry::resolve_variant | |
Functions | |
| template<typename PointOut , typename OutputIterator , typename Range , typename Strategy > | |
| bool | boost::geometry::detail::transform::transform_range_out (Range const &range, OutputIterator out, Strategy const &strategy) | 
| template<typename Geometry1 , typename Geometry2 , typename Strategy > | |
| bool | boost::geometry::transform (Geometry1 const &geometry1, Geometry2 &geometry2, Strategy const &strategy) | 
| Transforms from one geometry to another geometry .  More... | |
| template<typename Geometry1 , typename Geometry2 > | |
| bool | boost::geometry::transform (Geometry1 const &geometry1, Geometry2 &geometry2) | 
| Transforms from one geometry to another geometry using a strategy.  More... | |