Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
point_iterator.hpp File Reference
#include <boost/assert.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/range.hpp>
#include <boost/geometry/core/exterior_ring.hpp>
#include <boost/geometry/core/interior_rings.hpp>
#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/iterators/dispatch/point_iterator.hpp>
#include <boost/geometry/iterators/detail/point_iterator/iterator_type.hpp>
Include dependency graph for point_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::dispatch::points_begin< Linestring, linestring_tag >
 
struct  boost::geometry::dispatch::points_begin< Ring, ring_tag >
 
struct  boost::geometry::dispatch::points_begin< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::points_begin< MultiPoint, multi_point_tag >
 
struct  boost::geometry::dispatch::points_begin< MultiLinestring, multi_linestring_tag >
 
struct  boost::geometry::dispatch::points_begin< MultiPolygon, multi_polygon_tag >
 
struct  boost::geometry::dispatch::points_end< Linestring, linestring_tag >
 
struct  boost::geometry::dispatch::points_end< Ring, ring_tag >
 
struct  boost::geometry::dispatch::points_end< Polygon, polygon_tag >
 
struct  boost::geometry::dispatch::points_end< MultiPoint, multi_point_tag >
 
struct  boost::geometry::dispatch::points_end< MultiLinestring, multi_linestring_tag >
 
struct  boost::geometry::dispatch::points_end< MultiPolygon, multi_polygon_tag >
 
class  boost::geometry::point_iterator< Geometry >
 

Namespaces

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

Functions

template<typename Geometry >
point_iterator< Geometry > boost::geometry::points_begin (Geometry &geometry)
 
template<typename Geometry >
point_iterator< Geometry > boost::geometry::points_end (Geometry &geometry)