Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
reverse.hpp File Reference
#include <algorithm>
#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/detail/interior_iterator.hpp>
#include <boost/geometry/algorithms/detail/multi_modify.hpp>
#include <boost/geometry/core/interior_rings.hpp>
#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/geometries/concepts/check.hpp>
Include dependency graph for reverse.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::detail::reverse::range_reverse
 
struct  boost::geometry::detail::reverse::polygon_reverse
 
struct  boost::geometry::dispatch::reverse< Geometry, Tag >
 
struct  boost::geometry::dispatch::reverse< Ring, ring_tag >
 
struct  boost::geometry::dispatch::reverse< LineString, linestring_tag >
 
struct  boost::geometry::dispatch::reverse< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::reverse< Geometry, multi_linestring_tag >
 
struct  boost::geometry::dispatch::reverse< Geometry, multi_polygon_tag >
 
struct  boost::geometry::resolve_variant::reverse< Geometry >
 
struct  boost::geometry::resolve_variant::reverse< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::resolve_variant::reverse< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::reverse
 
 boost::geometry::dispatch
 
 boost::geometry::resolve_variant
 

Functions

template<typename Geometry >
void boost::geometry::reverse (Geometry &geometry)
 Reverses the points within a geometry. More...