Searched refs:wkt_cwc (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/io/wkt/ |
D | wkt_multi.cpp | 56 …std::string wkt_cwc = "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((0 0,0 -3,-3 -3,-3 0,0 0),(-1 -1,-2 -… in test_order_closure() local 61 test_wkt<MPCWC>(wkt_cwc, wkt_cwc, 15, 0, 12, 24); in test_order_closure() 62 test_wkt<MPCWO>(wkt_cwc, wkt_cwc, 12, 0, 12, 24); in test_order_closure() 63 test_wkt<MPCWO>(wkt_cwo, wkt_cwc, 12, 0, 12, 24); in test_order_closure()
|
D | wkt.cpp | 161 std::string wkt_cwc = "POLYGON((0 0,0 2,2 2,2 0,0 0))"; in test_order_closure() local 166 test_wkt<PCWC>(wkt_cwc, 5, 0, 4, 8); in test_order_closure() 167 test_wkt<PCWO>(wkt_cwc, 4, 0, 4, 8); in test_order_closure() 168 test_wkt<PCWO>(wkt_cwo, wkt_cwc, 4, 0, 4, 8); in test_order_closure() 174 std::string wkt_cwc = "POLYGON((0 0,0 3,3 3,3 0,0 0),(1 1,2 1,2 2,1 2,1 1))"; in test_order_closure() local 179 test_wkt<PCWC>(wkt_cwc, 10, 0, 8, 16); in test_order_closure() 180 test_wkt<PCWO>(wkt_cwc, 8, 0, 8, 16); in test_order_closure() 181 test_wkt<PCWO>(wkt_cwo, wkt_cwc, 8, 0, 8, 16); in test_order_closure()
|