convert.qbk 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
  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. [def __this_function__ convert]
  11. [heading_conformance_no_ogc __this_function__]
  12. [include reference/status/convert_status.qbk]
  13. [note In this status matrix above: columns are source types
  14. and rows are target types. So a box can be converted to a ring, polygon
  15. or multi-polygon, but not vice versa.]
  16. [heading Complexity]
  17. Linear
  18. [heading Example]
  19. [convert]
  20. [convert_output]
  21. [heading See also]
  22. * [link geometry.reference.algorithms.assign.assign assign]
  23. [note convert is modelled as source -> target
  24. (where assign is modelled as target := source)]