Searched refs:test_sectionalize (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/detail/sections/ |
D | sectionalize.cpp | 72 void test_sectionalize(std::string const& caseid, G const& g, std::size_t section_count, in test_sectionalize() function 198 void test_sectionalize(std::string const& caseid, std::string const& wkt, in test_sectionalize() function 209 test_sectionalize<dim2, Reverse>(caseid + "_d2", g, count2, s2, d2, max_count); in test_sectionalize() 210 test_sectionalize<dim1, Reverse>(caseid + "_d1", g, count1, s1, d1, max_count); in test_sectionalize() 218 test_sectionalize<bg::model::linestring<P>, false>("ls", in test_all() 228 test_sectionalize<bg::model::polygon<P>, false>("simplex", in test_all() 236 test_sectionalize<bg::model::polygon<P, false>, false>("simplex_ccw", in test_all() 245 test_sectionalize<bg::model::polygon<P, true, false>, false>("simplex_open", in test_all() 251 test_sectionalize<bg::model::polygon<P>, false>("first", in test_all() 256 test_sectionalize<bg::model::polygon<P, false>, true>("first_reverse", in test_all() [all …]
|
D | range_by_section.cpp | 27 void test_sectionalize(std::string const /*caseid*/, Geometry const& geometry, std::size_t section_… in test_sectionalize() function 71 void test_sectionalize(std::string const& caseid, std::string const& wkt, in test_sectionalize() function 81 test_sectionalize<1, Reverse>(caseid + "_d1", geometry, count1); in test_sectionalize() 88 test_sectionalize<bg::model::polygon<P>, false>("first", first, 4); in test_all() 90 test_sectionalize<bg::model::polygon<P, false>, true>("first_reverse", in test_all() 93 test_sectionalize<bg::model::polygon<P, false, true>, false>("first_open", in test_all() 96 test_sectionalize<bg::model::polygon<P, true, false>, true>("first_open_reverse", in test_all()
|