]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/algorithms/convert.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / algorithms / convert.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__ convert]
14
15[heading_conformance_no_ogc __this_function__]
16
17[include reference/status/convert_status.qbk]
18[note In this status matrix above: columns are source types
19 and rows are target types. So a box can be converted to a ring, polygon
20 or multi-polygon, but not vice versa.]
21
22[heading Complexity]
23Linear
24
25[heading Example]
26[convert]
27[convert_output]
28
29[heading See also]
30* [link geometry.reference.algorithms.assign.assign assign]
31
32[note convert is modelled as source -> target
33 (where assign is modelled as target := source)]