/Src/Dependencies/Boost/libs/geometry/doc/reference/algorithms/num_interior_rings.qbk

http://hadesmem.googlecode.com/ · text · 28 lines · 21 code · 7 blank · 0 comment · 0 complexity · 64d39e64b110278d5ad04e432fcdb078 MD5 · raw file

  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2011 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. [heading Behavior]
  11. [table
  12. [[Case] [Behavior] ]
  13. [[__polygon__][[qbk_ret the number of its interior rings]]]
  14. [[__multi_polygon__][[qbk_ret the number of the interior rings of all polygons]]]
  15. [[__other__][[qbk_ret 0]]]
  16. ]
  17. [heading Complexity]
  18. Constant
  19. [heading Examples]
  20. [num_interior_rings]
  21. [num_interior_rings_output]