closure.qbk 803 B

1234567891011121314151617181920212223
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [note The closure is defined for any geometry type, but only has a real meaning
  9. for areal geometry types (ring, polygon, multi_polygon)
  10. ]
  11. [heading Complexity]
  12. Compile time
  13. [heading Example]
  14. [closure]
  15. [closure_output]
  16. [heading See also]
  17. * [link geometry.reference.enumerations.closure_selector The closure_selector enumeration]