From 4182cb916bb81e3016b19f74028fd108d034cd9d Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 10 Mar 2014 17:25:11 +0100 Subject: [PATCH] [relate] TODOs regarding predefined masks added --- include/boost/geometry/algorithms/detail/relate/result.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/relate/result.hpp b/include/boost/geometry/algorithms/detail/relate/result.hpp index 47190d99f..f2d01858c 100644 --- a/include/boost/geometry/algorithms/detail/relate/result.hpp +++ b/include/boost/geometry/algorithms/detail/relate/result.hpp @@ -665,6 +665,13 @@ private: // PREDEFINED MASKS +// TODO: +// 1. specialize for simplified masks if available +// e.g. for TOUCHES use 1 mask for A/A +// 2. Think about dimensions > 2 e.g. should TOUCHES be true +// if the interior of the Areal overlaps the boundary of the Volumetric +// like it's true for Linear/Areal + // EQUALS //typedef static_mask<'T', '*', 'F', '*', '*', 'F', 'F', 'F', '*'> static_mask_equals; // wikipedia typedef static_mask<'T', 'F', 'F', 'F', 'T', 'F', 'F', 'F', 'T'> static_mask_equals; // OGC