Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
for_each.hpp File Reference
Include dependency graph for for_each.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::detail::for_each::fe_point_per_point
 
struct  boost::geometry::detail::for_each::fe_point_per_segment
 
struct  boost::geometry::detail::for_each::fe_range_per_point
 
struct  boost::geometry::detail::for_each::fe_range_per_segment_with_closure< Closure >
 
struct  boost::geometry::detail::for_each::fe_range_per_segment_with_closure< open >
 
struct  boost::geometry::detail::for_each::fe_range_per_segment
 
struct  boost::geometry::detail::for_each::fe_polygon_per_point
 
struct  boost::geometry::detail::for_each::fe_polygon_per_segment
 
struct  boost::geometry::detail::for_each::for_each_multi< Policy >
 
struct  boost::geometry::dispatch::for_each_point< Geometry, Tag >
 
struct  boost::geometry::dispatch::for_each_point< Point, point_tag >
 
struct  boost::geometry::dispatch::for_each_point< Linestring, linestring_tag >
 
struct  boost::geometry::dispatch::for_each_point< Ring, ring_tag >
 
struct  boost::geometry::dispatch::for_each_point< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::for_each_segment< Geometry, Tag >
 
struct  boost::geometry::dispatch::for_each_segment< Point, point_tag >
 
struct  boost::geometry::dispatch::for_each_segment< Linestring, linestring_tag >
 
struct  boost::geometry::dispatch::for_each_segment< Ring, ring_tag >
 
struct  boost::geometry::dispatch::for_each_segment< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::for_each_point< MultiGeometry, multi_tag >
 
struct  boost::geometry::dispatch::for_each_segment< MultiGeometry, multi_tag >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::for_each
 
 boost::geometry::dispatch
 

Functions

template<typename Geometry , typename Functor >
Functor boost::geometry::for_each_point (Geometry &geometry, Functor f)
 {point} More...
 
template<typename Geometry , typename Functor >
Functor boost::geometry::for_each_segment (Geometry &geometry, Functor f)
 {segment} More...