]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/algorithms/num_interior_rings.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / num_interior_rings.qbk
CommitLineData
7c673cae
FG
1[/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5 Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6 Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
7
8 Use, modification and distribution is subject to the Boost Software License,
9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10 http://www.boost.org/LICENSE_1_0.txt)
11=============================================================================/]
12
13[def __this_function__ num_interior_ring]
14
15[heading_conformance_ogc __this_function__..NumInteriorRing]
16[note __boost_geometry__ adds an "s"]
17
18[heading Behavior]
19[table
20[[Case] [Behavior] ]
21[[__polygon__][[qbk_ret the number of its interior rings]]]
22[[__multi_polygon__][[qbk_ret the number of the interior rings of all polygons]]]
23[[__other__][[qbk_ret 0]]]
24]
25
26
27[heading Complexity]
28Constant
29
30[heading Examples]
31[num_interior_rings]
32[num_interior_rings_output]
33