Re: [Boost-bugs] [Boost C++ Libraries] #11232: User defined spatial predicate within Boost Geometry

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11232: User defined spatial predicate within Boost Geometry
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-26 15:38:46


#11232: User defined spatial predicate within Boost Geometry
------------------------------------------------+--------------------------
  Reporter: Frank Hippmann <frank.hippmann@…> | Owner:
      Type: Feature Requests | barendgehrels
 Milestone: Boost 1.59.0 | Status: new
   Version: Boost 1.56.0 | Component: geometry
Resolution: | Severity: Problem
                                                | Keywords: geometry
                                                | relate
------------------------------------------------+--------------------------
Changes (by awulkiew):

 * milestone: To Be Determined => Boost 1.59.0

Comment:

 Yes, this was planned some time ago already. This is a GitHub pull request
 with the change:
 https://github.com/boostorg/geometry/pull/288

 The interface is the same for run-time and compile-time masks.

 {{{
 namespace bg = boost::geometry;
 using InteriorsIntersectMask =
 bg::de9im::static_mask<'T','*','*','*','*','*','*','*','*'>;

 bg::relate(geom1, geom2, InteriorsIntersectMask());
 }}}

 Does it satisfy your needs?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11232#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC