]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/algorithms/clear.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / clear.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 __is_cleared__ is cleared]
14[def __this_function__ clear]
15
16[heading_conformance_no_ogc __this_function__]
17[conformance_std __this_function__..__this_function__() method]
18
19[include reference/status/clear_status.qbk]
20
21[heading Behavior]
22[table
23[[Case] [Behavior] ]
24[[__point__][__does_nothing__]]
25[[__segment__][__does_nothing__]]
26[[__box__][__does_nothing__]]
27[[__linestring__][__linestring__ __is_cleared__]]
28[[__ring__][__ring__ is cleared]]
29[[__polygon__][The exterior ring __is_cleared__ and all interior rings are removed]]
30[[__multi_point__][__multi_point__ __is_cleared__]]
31[[__multi_linestring__][__multi_linestring__ __is_cleared__]]
32[[__multi_polygon__][__multi_polygon__ __is_cleared__]]
33]
34
35[heading Complexity]
36Constant
37
38[heading Example]
39[clear]
40[clear_output]
41