Searched refs:test_self_touches (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/touches/ |
D | touches_self.cpp | 22 test_self_touches<polygon>("POLYGON((0 0,0 4,1.5 2.5,2.5 1.5,4 0,0 0))", false); in test_all() 25 …test_self_touches<polygon>("POLYGON((1 2,1 1,2 1,2 2.25,3 2.25,3 0,0 0,0 3,3 3,2.75 2,1 2))", fals… in test_all() 28 test_self_touches<polygon>("POLYGON((0 0,0 3,2 3,2 2,1 2,1 1,2 1,2 2,3 2,3 0,0 0))", true); in test_all() 31 test_self_touches<polygon>("POLYGON((0 0,0 3,2 3,2 2,1 2,1 1,2 1,2 2.5,3 2.5,3 0,0 0))", true); in test_all()
|
D | touches_multi.cpp | 24 test_self_touches<mp>("MULTIPOLYGON(((0 0,0 100,100 100,100 0,0 0)))", in test_all()
|
D | test_touches.hpp | 130 void test_self_touches(std::string const& wkt, bool expected) in test_self_touches() function
|