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

http://hadesmem.googlecode.com/ · text · 37 lines · 25 code · 12 blank · 0 comment · 0 complexity · d3b7873c2e5d494b5db2cfdba907f757 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:polygon_with_holes_data Boost.Polygon's polygon_with_holes_data]
  11. Boost.Polygon's polygon type supporting holes (boost::polygon::polygon_with_holes_data)
  12. is adapted to the Boost.Geometry Polygon Concept.
  13. [heading Description]
  14. Boost.Polygon's points (as well as polygons) can be used by Boost.Geometry. The
  15. two libraries can therefore be used together. Using a boost::polygon::point_data<...>,
  16. algorithms from both Boost.Polygon and Boost.Geometry can be called.
  17. [heading Model of]
  18. [link geometry.reference.concepts.concept_polygon Polygon Concept]
  19. [heading Header]
  20. `#include <boost/geometry/geometries/adapted/boost_polygon.hpp>`
  21. __not_in_boost_geometry_hpp__
  22. [heading Example]
  23. [boost_polygon]
  24. [boost_polygon_output]
  25. [endsect]