Home
last modified time | relevance | path

Searched refs:wkt_q (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/test/geometries/
Dboost_polygon_overlay.cpp24 …using_boost_polygon(std::string const& case_id, std::string const& wkt_p, std::string const& wkt_q) in test_overlay_using_boost_polygon() argument
40 bg::read_wkt(wkt_q, mq); in test_overlay_using_boost_polygon()
71 …sing_boost_geometry(std::string const& case_id, std::string const& wkt_p, std::string const& wkt_q) in test_overlay_using_boost_geometry() argument
85 boost::geometry::read_wkt(wkt_q, q); in test_overlay_using_boost_geometry()
108 void test_overlay(std::string const& case_id, std::string const& wkt_p, std::string const& wkt_q) in test_overlay() argument
110 test_overlay_using_boost_polygon<T>(case_id, wkt_p, wkt_q); in test_overlay()
111 test_overlay_using_boost_geometry<T>(case_id, wkt_p, wkt_q); in test_overlay()