]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/reference/geometries/adapted/boost_polygon/polygon_with_holes_data.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / geometries / adapted / boost_polygon / polygon_with_holes_data.qbk
1 [/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
5 Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
6 Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
7 Copyright (c) 2011-2014 Adam Wulkiewicz, Lodz, Poland.
8
9 Use, modification and distribution is subject to the Boost Software License,
10 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
11 http://www.boost.org/LICENSE_1_0.txt)
12 =============================================================================/]
13
14 [section:polygon_with_holes_data Boost.Polygon's polygon_with_holes_data]
15
16 Boost.Polygon's polygon type supporting holes (boost::polygon::polygon_with_holes_data)
17 is adapted to the Boost.Geometry Polygon Concept.
18
19 [heading Description]
20
21 Boost.Polygon's points (as well as polygons) can be used by Boost.Geometry. The
22 two libraries can therefore be used together. Using a boost::polygon::polygon_with_holes_data<...>,
23 algorithms from both Boost.Polygon and Boost.Geometry can be called.
24
25 [heading Model of]
26 [link geometry.reference.concepts.concept_polygon Polygon Concept]
27
28 [heading Header]
29 `#include <boost/geometry/geometries/adapted/boost_polygon.hpp>`
30
31 __not_in_boost_geometry_hpp__
32
33 [heading Example]
34 [boost_polygon_polygon]
35 [boost_polygon_polygon_output]
36
37 [endsect]
38