Searched refs:CW_OG (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid.cpp | 264 typedef bg::model::ring<Point, true, false> CW_OG; // cw, open ring in test_open_rings() typedef 268 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_rings() 429 typedef bg::model::polygon<Point, true, false> CW_OG; // cw, open in test_open_polygons() typedef 433 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_polygons() 846 typedef bg::model::multi_polygon<cw_open_polygon_type> CW_OG; in test_open_multipolygons() typedef 850 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_multipolygons()
|