Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dcorrect_closure.cpp61 std::string cw_open_ring = "POLYGON((0 0,0 1,1 1,1 0))"; in test_all() local
67 test_geometry<cw_closed_ring_type>(cw_open_ring, cw_ring); in test_all()
68 test_geometry<cw_open_ring_type>(cw_ring, cw_open_ring); in test_all()
74 test_geometry<ccw_open_ring_type>(cw_ring, cw_open_ring); in test_all()
79 test_geometry<cw_open_ring_type>(cw_open_ring, cw_open_ring); in test_all()
83 test_geometry<ccw_open_ring_type>(cw_open_ring, cw_open_ring); in test_all()
Dcorrect.cpp63 std::string cw_open_ring = "POLYGON((0 0,0 1,1 1,1 0))"; in test_ring_polygon() local
79 test_geometry<bg::model::ring<P, true, false> >(cw_open_ring, cw_open_ring); in test_ring_polygon()