de9im_mask.qbk 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_1mask.xml]
  12. [section:de9im_mask de9im::mask]
  13. '''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>mask</primary></indexterm>'''
  14. DE-9IM model intersection mask.
  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. ``class de9im::mask
  19. : public detail::relate::mask< 3, 3 >
  20. {
  21. // ...
  22. };
  23. ``
  24. [heading Constructor(s)]
  25. [table
  26. [[Function] [Description] [Parameters] ]
  27. [[``mask(const char * code)``
  28. ] [The constructor. ] [[* const char *]: ['code]: The mask pattern.
  29. ]]
  30. [[``mask(std::string const & code)``
  31. ] [The constructor. ] [[* std::string const &]: ['code]: The mask pattern.
  32. ]]
  33. ]
  34. [heading Header]
  35. `#include <boost/geometry/algorithms/detail/relate/de9im.hpp>`
  36. [heading See also]
  37. * [link geometry.reference.algorithms.relate relate]
  38. [endsect]