CGAL 6.0.1 - 2D Polygon Repair
|
Functions | |
template<class Kernel , class Container , class Rule = Even_odd_rule> | |
Multipolygon_with_holes_2< Kernel, Container > | CGAL::Polygon_repair::repair (const Polygon_2< Kernel, Container > &p, Rule=Rule()) |
repairs polygon p using the given rule | |
template<class Kernel , class Container , class Rule = Even_odd_rule> | |
Multipolygon_with_holes_2< Kernel, Container > | CGAL::Polygon_repair::repair (const Polygon_with_holes_2< Kernel, Container > &p, Rule=Rule()) |
repairs polygon with holes p using the given rule | |
template<class Kernel , class Container , class Rule = Even_odd_rule> | |
Multipolygon_with_holes_2< Kernel, Container > | CGAL::Polygon_repair::repair (const Multipolygon_with_holes_2< Kernel, Container > &p, Rule=Rule()) |
repairs multipolygon with holes p using the given rule | |
Multipolygon_with_holes_2< Kernel, Container > CGAL::Polygon_repair::repair | ( | const Multipolygon_with_holes_2< Kernel, Container > & | p, |
Rule | = Rule() |
||
) |
#include <CGAL/Polygon_repair/repair.h>
repairs multipolygon with holes p
using the given rule
Kernel | parameter of the input and output polygons |
Container | parameter of the input and output polygons |
Rule | must be Even_odd_rule |
Multipolygon_with_holes_2< Kernel, Container > CGAL::Polygon_repair::repair | ( | const Polygon_2< Kernel, Container > & | p, |
Rule | = Rule() |
||
) |
#include <CGAL/Polygon_repair/repair.h>
repairs polygon p
using the given rule
Kernel | parameter of the input and output polygons |
Container | parameter of the input and output polygons |
Rule | must be Even_odd_rule |
Multipolygon_with_holes_2< Kernel, Container > CGAL::Polygon_repair::repair | ( | const Polygon_with_holes_2< Kernel, Container > & | p, |
Rule | = Rule() |
||
) |
#include <CGAL/Polygon_repair/repair.h>
repairs polygon with holes p
using the given rule
Kernel | parameter of the input and output polygons |
Container | parameter of the input and output polygons |
Rule | must be Even_odd_rule |