Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/geometries/
Dboost_polygon_overlay.cpp24 void test_overlay_using_boost_polygon(std::string const& case_id, std::string const& wkt_p, std::st… in test_overlay_using_boost_polygon() argument
39 bg::read_wkt(wkt_p, mp); in test_overlay_using_boost_polygon()
71 void test_overlay_using_boost_geometry(std::string const& case_id, std::string const& wkt_p, std::s… in test_overlay_using_boost_geometry() argument
84 boost::geometry::read_wkt(wkt_p, p); 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()
/third_party/boost/libs/geometry/test/strategies/
Dtest_projected_point.hpp127 void test_2d(std::string const& wkt_p, in test_2d() argument
137 bg::read_wkt(wkt_p, p); in test_2d()
166 void test_2d(std::string const& wkt_p, in test_2d() argument
182 …test_2d<P1, P2>(wkt_p, wkt_sp1, wkt_sp2, expected_distance, expected_squared_distance, strategy, c… in test_2d()