/Src/Dependencies/Boost/libs/geometry/doc/reference/geometries/adapted/boost_polygon/point_data.qbk

http://hadesmem.googlecode.com/ · text · 36 lines · 24 code · 12 blank · 0 comment · 0 complexity · 64a0f3a49df9daf9edb9770d012fb246 MD5 · raw file

  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [section:point_data Boost.Polygon's point_data]
  11. The Boost.Polygon point type (boost::polygon::point_data) is adapted to the Boost.Geometry Point Concept.
  12. [heading Description]
  13. Boost.Polygon's points (as well as polygons) can be used by Boost.Geometry. The
  14. two libraries can therefore be used together. Using a boost::polygon::point_data<...>,
  15. algorithms from both Boost.Polygon and Boost.Geometry can be called.
  16. [heading Model of]
  17. [link geometry.reference.concepts.concept_point Point Concept]
  18. [heading Header]
  19. `#include <boost/geometry/geometries/adapted/boost_polygon.hpp>`
  20. __not_in_boost_geometry_hpp__
  21. [heading Example]
  22. [boost_polygon]
  23. [boost_polygon_output]
  24. [endsect]