de9im_static_mask.qbk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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/classboost_1_1geometry_1_1de9im_1_1static__mask.xml]
  12. [section:de9im_static_mask de9im::static_mask]
  13. '''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>static_mask</primary></indexterm>'''
  14. DE-9IM model intersection mask (static version).
  15. [heading Description]
  16. This mask can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
  17. [heading Synopsis]
  18. ``template<char II, char IB, char IE, char BI,
  19. char BB, char BE, char EI, char EB,
  20. char EE>
  21. class de9im::static_mask
  22. : public detail::relate::static_mask< boost::mpl::vector_c< char, II, IB, IE, BI, BB, BE, EI, EB, EE >, 3, 3 >
  23. {
  24. // ...
  25. };
  26. ``
  27. [heading Template parameter(s)]
  28. [table
  29. [[Parameter] [Default] [Description]]
  30. [[char II] ['*'] [Interior/Interior intersection mask element ]]
  31. [[char IB] ['*'] [Interior/Boundary intersection mask element ]]
  32. [[char IE] ['*'] [Interior/Exterior intersection mask element ]]
  33. [[char BI] ['*'] [Boundary/Interior intersection mask element ]]
  34. [[char BB] ['*'] [Boundary/Boundary intersection mask element ]]
  35. [[char BE] ['*'] [Boundary/Exterior intersection mask element ]]
  36. [[char EI] ['*'] [Exterior/Interior intersection mask element ]]
  37. [[char EB] ['*'] [Exterior/Boundary intersection mask element ]]
  38. [[char EE] ['*'] [Exterior/Exterior intersection mask element]]
  39. ]
  40. [heading Header]
  41. `#include <boost/geometry/algorithms/detail/relate/de9im.hpp>`
  42. [heading See also]
  43. * [link geometry.reference.algorithms.relate relate]
  44. [endsect]