is_simple.qbk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
  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. [/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
  11. [/ Generated from doxy/doxygen_output/xml/group__is__simple.xml]
  12. [section:is_simple_2_with_strategy is_simple (with strategy)]
  13. '''<indexterm><primary>is_simple</primary></indexterm>'''
  14. Checks if a geometry is simple.
  15. [heading Synopsis]
  16. ``template<typename Geometry, typename Strategy>
  17. bool is_simple(Geometry const & geometry, Strategy const & strategy)``
  18. [heading Parameters]
  19. [table
  20. [[Type] [Concept] [Name] [Description] ]
  21. [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified concept ]]
  22. [[Strategy const &] [Any type fulfilling a Is_simple Strategy Concept ] [strategy] [The strategy which will be used for is_simple calculations ]]
  23. ]
  24. [heading Returns]
  25. Returns true if the geometry is simple
  26. [heading Header]
  27. Either
  28. `#include <boost/geometry.hpp>`
  29. Or
  30. `#include <boost/geometry/algorithms/is_simple.hpp>`
  31. [include reference/algorithms/is_simple.qbk]
  32. [endsect]
  33. [section:is_simple_1 is_simple]
  34. '''<indexterm><primary>is_simple</primary></indexterm>'''
  35. Checks if a geometry is simple.
  36. [heading Synopsis]
  37. ``template<typename Geometry>
  38. bool is_simple(Geometry const & geometry)``
  39. [heading Parameters]
  40. [table
  41. [[Type] [Concept] [Name] [Description] ]
  42. [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified concept ]]
  43. ]
  44. [heading Returns]
  45. Returns true if the geometry is simple
  46. [heading Header]
  47. Either
  48. `#include <boost/geometry.hpp>`
  49. Or
  50. `#include <boost/geometry/algorithms/is_simple.hpp>`
  51. [include reference/algorithms/is_simple.qbk]
  52. [endsect]