Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/detail/
Dpartition.cpp225 void test_points(std::string const& wkt1, std::string const& wkt2, int expected_count) in test_points() function
271 test_points("multipoint((1 1))", "multipoint((1 1))", 1); in test_all()
272 test_points("multipoint((0 0),(1 1),(7 3),(10 10))", "multipoint((1 1),(2 2),(7 3))", 2); in test_all()