• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
5  Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
6  Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
7
8  Use, modification and distribution is subject to the Boost Software License,
9  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10  http://www.boost.org/LICENSE_1_0.txt)
11=============================================================================/]
12
13
14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
15[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1de9im_1_1mask.xml]
16[section:de9im_mask de9im::mask]
17
18'''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>mask</primary></indexterm>'''
19DE-9IM model intersection mask.
20
21[heading Description]
22This mask can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
23
24[heading Synopsis]
25``class de9im::mask
26      : public detail::relate::mask< 3, 3 >
27{
28  // ...
29};
30``
31
32[heading Constructor(s)]
33[table
34[[Function] [Description] [Parameters] ]
35[[``mask(const char * code)``
36
37] [The constructor. ] [[* const char *]: ['code]:  The mask pattern.
38
39
40
41]]
42[[``mask(std::string const & code)``
43
44] [The constructor. ] [[* std::string const &]: ['code]:  The mask pattern.
45
46
47
48]]
49]
50
51[heading Header]
52`#include <boost/geometry/algorithms/detail/relate/de9im.hpp>`
53
54[heading See also]
55* [link geometry.reference.algorithms.relate relate]
56
57[endsect]
58
59