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

Classes

struct  boost::geometry::traits::closure< G >
 Traits class indicating if points within a ring or (multi)polygon are closed (last point == first point), open or not known. More...
 
struct  boost::geometry::core_detail::closure::closed
 
struct  boost::geometry::core_detail::closure::minimum_ring_size< Closure >
 Metafunction to define the minimum size of a ring: 3 for open rings, 4 for closed rings. More...
 
struct  boost::geometry::core_detail::closure::minimum_ring_size< geometry::closed >
 
struct  boost::geometry::core_detail::closure::minimum_ring_size< geometry::open >
 
struct  boost::geometry::core_dispatch::closure< Tag, Geometry >
 
struct  boost::geometry::core_dispatch::closure< point_tag, Box >
 
struct  boost::geometry::core_dispatch::closure< box_tag, Box >
 
struct  boost::geometry::core_dispatch::closure< segment_tag, Box >
 
struct  boost::geometry::core_dispatch::closure< linestring_tag, LineString >
 
struct  boost::geometry::core_dispatch::closure< ring_tag, Ring >
 
struct  boost::geometry::core_dispatch::closure< polygon_tag, Polygon >
 
struct  boost::geometry::core_dispatch::closure< multi_point_tag, MultiPoint >
 
struct  boost::geometry::core_dispatch::closure< multi_linestring_tag, MultiLinestring >
 
struct  boost::geometry::core_dispatch::closure< multi_polygon_tag, MultiPolygon >
 
struct  boost::geometry::closure< Geometry >
 {value, closure (clockwise\, counterclockwise), } More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::traits
 
 boost::geometry::core_detail
 
 boost::geometry::core_detail::closure
 
 boost::geometry::core_dispatch
 

Enumerations

enum  boost::geometry::closure_selector {
  boost::geometry::open = 0,
  boost::geometry::closed = 1,
  boost::geometry::closure_undertermined = -1
}
 Enumerates options for defining if polygons are open or closed. More...