57 lines
2.2 KiB
Plaintext
57 lines
2.2 KiB
Plaintext
[/============================================================================
|
|
Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
|
|
Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
|
|
Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
|
|
|
|
Use, modification and distribution is subject to the Boost Software License,
|
|
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================/]
|
|
|
|
|
|
[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
|
|
[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1de9im_1_1static__mask.xml]
|
|
[section:de9im_static_mask de9im::static_mask]
|
|
|
|
'''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>static_mask</primary></indexterm>'''
|
|
DE-9IM model intersection mask (static version).
|
|
|
|
[heading Description]
|
|
This mask can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
|
|
|
|
[heading Synopsis]
|
|
``template<char II, char IB, char IE, char BI,
|
|
char BB, char BE, char EI, char EB,
|
|
char EE>
|
|
class de9im::static_mask
|
|
: public detail::relate::static_mask< std::integer_sequence< char, II, IB, IE, BI, BB, BE, EI, EB, EE >, 3, 3 >
|
|
{
|
|
// ...
|
|
};
|
|
``
|
|
|
|
[heading Template parameter(s)]
|
|
[table
|
|
[[Parameter] [Default] [Description]]
|
|
[[char II] ['*'] [Interior/Interior intersection mask element ]]
|
|
[[char IB] ['*'] [Interior/Boundary intersection mask element ]]
|
|
[[char IE] ['*'] [Interior/Exterior intersection mask element ]]
|
|
[[char BI] ['*'] [Boundary/Interior intersection mask element ]]
|
|
[[char BB] ['*'] [Boundary/Boundary intersection mask element ]]
|
|
[[char BE] ['*'] [Boundary/Exterior intersection mask element ]]
|
|
[[char EI] ['*'] [Exterior/Interior intersection mask element ]]
|
|
[[char EB] ['*'] [Exterior/Boundary intersection mask element ]]
|
|
[[char EE] ['*'] [Exterior/Exterior intersection mask element]]
|
|
]
|
|
|
|
[heading Header]
|
|
`#include <boost/geometry/algorithms/detail/relate/de9im.hpp>`
|
|
|
|
[heading See also]
|
|
* [link geometry.reference.algorithms.relate relate]
|
|
|
|
[endsect]
|
|
|