Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/disjoint/
Dtest_disjoint.hpp51 void check_disjoint(std::string const& id, in check_disjoint() function
96 check_disjoint(id, wkt1, wkt2, g1, g2, expected, no_strategy()); in test_disjoint()
97 check_disjoint(id, wkt1, wkt2, g1, g2, expected, strategy_type()); in test_disjoint()
98 check_disjoint(id, wkt1, wkt2, g1, g2, expected, no_strategy()); in test_disjoint()
99 check_disjoint(id, wkt1, wkt2, v1, g2, expected, no_strategy()); in test_disjoint()
100 check_disjoint(id, wkt1, wkt2, g1, v2, expected, no_strategy()); in test_disjoint()
101 check_disjoint(id, wkt1, wkt2, v1, v2, expected, no_strategy()); in test_disjoint()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Ddisjoint.cpp28 bool check_disjoint = bg::disjoint(poly1, poly2); in main() local
29 if (check_disjoint) { in main()
37 check_disjoint = bg::disjoint(poly1, poly3); in main()
38 if (check_disjoint) { in main()