• 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_1matrix.xml]
16[section:de9im_matrix de9im::matrix]
17
18'''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>matrix</primary></indexterm>'''
19DE-9IM model intersection matrix.
20
21[heading Description]
22This matrix can be used to express spatial relations as defined in Dimensionally Extended 9-Intersection Model.
23
24[heading Synopsis]
25``class de9im::matrix
26      : public detail::relate::matrix< 3, 3 >
27{
28  // ...
29};
30``
31
32[heading Constructor(s)]
33[table
34[[Function] [Description] [Parameters] ]
35[[``matrix()``
36
37] [Initializes all of the matrix elements to F. ] [
38
39]]
40]
41
42[heading Member Function(s)]
43[table
44[[Function] [Description] [Parameters]  [Returns]]
45[[``char operator[](std::size_t index)``
46
47] [Subscript operator. ] [[* std::size_t]: ['index]:  The index of the element
48
49
50
51][
52The element
53
54]
55]
56[[``const_iterator begin()``
57
58] [Returns the iterator to the first element. ] [
59
60][
61const RandomAccessIterator
62
63]
64]
65[[``const_iterator end()``
66
67] [Returns the iterator past the last element. ] [
68
69][
70const RandomAccessIterator
71
72]
73]
74[[``std::size_t size()``
75
76] [Returns the number of elements. ] [
77
78][
799
80
81]
82]
83[[``const char * data()``
84
85] [Returns raw pointer to elements. ] [
86
87][
88const pointer to array of elements
89
90]
91]
92[[``std::string str()``
93
94] [Returns std::string containing elements. ] [
95
96][
97string containing elements
98
99]
100]
101]
102
103[heading Header]
104`#include <boost/geometry/algorithms/detail/relate/de9im.hpp>`
105
106[heading See also]
107* [link geometry.reference.algorithms.relation relation]
108
109[endsect]
110
111