Boost.Geometry    Boost C++ Libraries
Classes
traits: adapt geometries

Classes

struct  boost::geometry::traits::access< Geometry, Dimension, Enable >
 Traits class which gives access (get,set) to points. More...
 
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::traits::coordinate_system< Point, Enable >
 Traits class defining the coordinate system of a point, important for strategy selection. More...
 
struct  boost::geometry::traits::coordinate_type< Point, Enable >
 Traits class which indicate the coordinate type (double,float,...) of a point. More...
 
struct  boost::geometry::traits::cs_tag< CoordinateSystem >
 Traits class defining coordinate system tag, bound to coordinate system. More...
 
struct  boost::geometry::traits::dimension< Point, Enable >
 Traits class indicating the number of dimensions of a point. More...
 
struct  boost::geometry::traits::exterior_ring< Polygon >
 Traits class defining access to exterior_ring of a polygon. More...
 
struct  boost::geometry::traits::indexed_access< Geometry, Index, Dimension >
 Traits class defining "get" and "set" to get and set point coordinate values. More...
 
struct  boost::geometry::traits::interior_const_type< Geometry >
 Traits class indicating interior container type of a polygon. More...
 
struct  boost::geometry::traits::interior_rings< Geometry >
 Traits class defining access to interior_rings of a polygon. More...
 
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::traits::point_type< Geometry >
 Traits class indicating the type of contained points. More...
 
struct  boost::geometry::traits::radius_access< Geometry, Dimension >
 Traits class to get/set radius of a circle/sphere/(ellipse) More...
 
struct  boost::geometry::traits::radius_type< Geometry >
 Traits class indicating the type (double,float,...) of the radius of a circle or a sphere. More...
 
struct  boost::geometry::traits::ring_const_type< Geometry >
 Traits class to indicate ring-type of a polygon's exterior ring/interior rings. More...
 
struct  boost::geometry::traits::tag< Geometry, Enable >
 Traits class to attach a tag to a geometry. More...
 

Detailed Description


April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen