Searched refs:CW_CG (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid.cpp | 265 typedef bg::model::ring<Point, true, true> CW_CG; // cw, closed ring in test_open_rings() typedef 268 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_rings() 373 typedef bg::model::ring<Point, true, true> CW_CG; // cw, closed ring in test_closed_rings() typedef 376 typedef test_valid<tester, CG, CG, CW_CG> test; in test_closed_rings() 430 typedef bg::model::polygon<Point, true, true> CW_CG; // cw, closed in test_open_polygons() typedef 433 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_polygons() 847 typedef bg::model::multi_polygon<cw_closed_polygon_type> CW_CG; in test_open_multipolygons() typedef 850 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_multipolygons()
|