Searched refs:open_mpgn (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid_failure.cpp | 916 G open_mpgn = from_wkt<G>(wkt); in test_open_multipolygons() local 917 bg::reverse(open_mpgn); in test_open_multipolygons() 919 test::apply("mpg18", open_mpgn, bg::failure_wrong_orientation); in test_open_multipolygons() 924 G open_mpgn = from_wkt<G>(wkt); in test_open_multipolygons() local 925 bg::reverse(open_mpgn); in test_open_multipolygons() 928 test::apply("mpg19", open_mpgn, bg::failure_self_intersections); in test_open_multipolygons() 933 G open_mpgn = from_wkt<G>(wkt); in test_open_multipolygons() local 934 bg::reverse(open_mpgn); in test_open_multipolygons() 937 test::apply("mpg20", open_mpgn, bg::failure_spikes); in test_open_multipolygons()
|
D | is_valid.cpp | 943 OG open_mpgn = from_wkt<OG>(wkt); in test_open_multipolygons() local 944 bg::reverse(open_mpgn); in test_open_multipolygons() 946 test::apply("mpg18", open_mpgn, false); in test_open_multipolygons() 951 OG open_mpgn = from_wkt<OG>(wkt); in test_open_multipolygons() local 952 bg::reverse(open_mpgn); in test_open_multipolygons() 955 test::apply("mpg19", open_mpgn, false); in test_open_multipolygons() 960 OG open_mpgn = from_wkt<OG>(wkt); in test_open_multipolygons() local 961 bg::reverse(open_mpgn); in test_open_multipolygons() 964 test::apply("mpg20", open_mpgn, false); in test_open_multipolygons()
|