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_1static__mask.xml] 16[section:de9im_static_mask de9im::static_mask] 17 18'''<indexterm><primary>de9im</primary></indexterm><indexterm><primary>static_mask</primary></indexterm>''' 19DE-9IM model intersection mask (static version). 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``template<char II, char IB, char IE, char BI, 26 char BB, char BE, char EI, char EB, 27 char EE> 28class de9im::static_mask 29 : public detail::relate::static_mask< boost::mpl::vector_c< char, II, IB, IE, BI, BB, BE, EI, EB, EE >, 3, 3 > 30{ 31 // ... 32}; 33`` 34 35[heading Template parameter(s)] 36[table 37[[Parameter] [Default] [Description]] 38[[char II] ['*'] [Interior/Interior intersection mask element ]] 39[[char IB] ['*'] [Interior/Boundary intersection mask element ]] 40[[char IE] ['*'] [Interior/Exterior intersection mask element ]] 41[[char BI] ['*'] [Boundary/Interior intersection mask element ]] 42[[char BB] ['*'] [Boundary/Boundary intersection mask element ]] 43[[char BE] ['*'] [Boundary/Exterior intersection mask element ]] 44[[char EI] ['*'] [Exterior/Interior intersection mask element ]] 45[[char EB] ['*'] [Exterior/Boundary intersection mask element ]] 46[[char EE] ['*'] [Exterior/Exterior intersection mask element]] 47] 48 49[heading Header] 50`#include <boost/geometry/algorithms/detail/relate/de9im.hpp>` 51 52[heading See also] 53* [link geometry.reference.algorithms.relate relate] 54 55[endsect] 56 57