Searched refs:test_polygon (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | traverse_ccw.cpp | 216 inline void test_polygon(std::string const& wkt1, std::string const& wkt2, std::string const& name) in test_polygon() function 273 test_polygon<double>(case_1[0], case_1[1], "c1"); in test_main() 274 test_polygon<double>(case_2[0], case_2[1], "c2"); in test_main() 275 test_polygon<double>(case_3[0], case_3[1], "c3"); in test_main() 276 test_polygon<double>(case_4[0], case_4[1], "c4"); in test_main() 277 test_polygon<double>(case_5[0], case_5[1], "c5"); in test_main() 278 test_polygon<double>(case_6[0], case_6[1], "c6"); in test_main() 279 test_polygon<double>(case_7[0], case_7[1], "c7"); in test_main() 280 test_polygon<double>(case_8[0], case_8[1], "c8"); in test_main() 281 test_polygon<double>(case_9[0], case_9[1], "c9" /*, ig */); in test_main() [all …]
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | centroid.cpp | 33 void test_polygon() in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() 117 test_polygon<bg::model::polygon<P> >(); in test_2d() 118 test_polygon<all_custom_polygon<P> >(); in test_2d()
|
D | num_geometries.cpp | 109 BOOST_AUTO_TEST_CASE( test_polygon ) in BOOST_AUTO_TEST_CASE() argument
|
D | num_interior_rings.cpp | 105 BOOST_AUTO_TEST_CASE( test_polygon ) in BOOST_AUTO_TEST_CASE() argument
|
D | num_segments.cpp | 225 BOOST_AUTO_TEST_CASE( test_polygon ) in BOOST_AUTO_TEST_CASE() argument
|
D | is_empty.cpp | 243 BOOST_AUTO_TEST_CASE( test_polygon ) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area.cpp | 37 void test_polygon() in test_polygon() function 54 test_polygon<bg::model::polygon<P> >(); in test_all() 55 test_polygon<all_custom_polygon<P> >(); in test_all()
|