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

http://hadesmem.googlecode.com/ · text · 35 lines · 28 code · 7 blank · 0 comment · 0 complexity · b92200c12df4122a91abcdab67acd0a1 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. [def __is_cleared__ is cleared]
  11. [heading Behavior]
  12. [table
  13. [[Case] [Behavior] ]
  14. [[__point__][__does_nothing__]]
  15. [[__segment__][__does_nothing__]]
  16. [[__box__][__does_nothing__]]
  17. [[__linestring__][__linestring__ __is_cleared__]]
  18. [[__ring__][__ring__ is cleared]]
  19. [[__polygon__][The exterior ring __is_cleared__ and all interior rings are removed]]
  20. [[__multi_point__][__multi_point__ __is_cleared__]]
  21. [[__multi_linestring__][__multi_linestring__ __is_cleared__]]
  22. [[__multi_polygon__][__multi_polygon__ __is_cleared__]]
  23. ]
  24. [heading Complexity]
  25. Constant
  26. [heading Example]
  27. [clear]
  28. [clear_output]