CGAL 6.0 - 2D Polygon Repair
|
Functions | |
template<class Kernel , class PolygonContainer > | |
Multipolygon_with_holes_2< Kernel, PolygonContainer > | CGAL::Polygon_repair::repair_odd_even (const Polygon_2< Kernel, PolygonContainer > &p) |
Repair a polygon without holes using the odd-even heuristic. | |
template<class Kernel , class PolygonContainer > | |
Multipolygon_with_holes_2< Kernel, PolygonContainer > | CGAL::Polygon_repair::repair_odd_even (const Polygon_with_holes_2< Kernel, PolygonContainer > &p) |
Repair a polygon with holes using the odd-even heuristic. | |
template<class Kernel , class PolygonContainer > | |
Multipolygon_with_holes_2< Kernel, PolygonContainer > | CGAL::Polygon_repair::repair_odd_even (const Multipolygon_with_holes_2< Kernel, PolygonContainer > &mp) |
Repair a multipolygon with holes using the odd-even heuristic. | |