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

Classes

struct  boost::geometry::traits::point_order< Ring >
 Traits class indicating the order of contained points within a ring or (multi)polygon, clockwise, counter clockwise or not known. More...
 
struct  boost::geometry::detail::point_order::clockwise
 
struct  boost::geometry::core_dispatch::point_order< Tag, Geometry >
 
struct  boost::geometry::core_dispatch::point_order< point_tag, Point >
 
struct  boost::geometry::core_dispatch::point_order< segment_tag, Segment >
 
struct  boost::geometry::core_dispatch::point_order< box_tag, Box >
 
struct  boost::geometry::core_dispatch::point_order< linestring_tag, LineString >
 
struct  boost::geometry::core_dispatch::point_order< ring_tag, Ring >
 
struct  boost::geometry::core_dispatch::point_order< polygon_tag, Polygon >
 
struct  boost::geometry::core_dispatch::point_order< multi_point_tag, MultiPoint >
 
struct  boost::geometry::core_dispatch::point_order< multi_linestring_tag, MultiLinestring >
 
struct  boost::geometry::core_dispatch::point_order< multi_polygon_tag, MultiPolygon >
 
struct  boost::geometry::point_order< Geometry >
 {value, point order (clockwise\, counterclockwise), } More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::traits
 
 boost::geometry::detail
 
 boost::geometry::detail::point_order
 
 boost::geometry::core_dispatch
 

Enumerations

enum  boost::geometry::order_selector {
  boost::geometry::clockwise = 1,
  boost::geometry::counterclockwise = 2,
  boost::geometry::order_undetermined = 0
}
 Enumerates options for the order of points within polygons. More...