Files
geometry/include
Adam Wulkiewicz 93a2a5bc48 [relate][overlaps][crosses] Add unified way to implement the default dispatch of spatial relation
Add relate_base derived from not_implemented<> if necessary for the purpose of support_status check.
This class is derived from not_implemented<> if either StaticMaskTrait or detail_dispatch::relate::relate is derived from nyi::not_implemented_tag.
Use this technique in crosses() and overlaps().
2014-04-10 18:09:54 +02:00
..