Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - 2D Polygon Repair
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
CGAL::Polygon_repair Namespace Reference

Classes

struct  Even_odd_rule
 Tag class to select the even odd rule when calling CGAL::Polygon_repair::repair(). More...
 

Functions

template<class Kernel , class Container , class Rule = Even_odd_rule>
Multipolygon_with_holes_2< Kernel, Container > 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 > 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 > repair (const Multipolygon_with_holes_2< Kernel, Container > &p, Rule=Rule())
 repairs multipolygon with holes p using the given rule
 
template<class Kernel , class Container >
bool is_valid (const Polygon_2< Kernel, Container > &polygon)
 
template<class Kernel , class Container >
bool is_valid (const Polygon_with_holes_2< Kernel, Container > &polygon)
 
template<class Kernel , class Container >
bool is_valid (const Multipolygon_with_holes_2< Kernel, Container > &multipolygon)
 

Function Documentation

◆ is_valid() [1/3]

template<class Kernel , class Container >
bool CGAL::Polygon_repair::is_valid ( const Multipolygon_with_holes_2< Kernel, Container > &  multipolygon)

◆ is_valid() [2/3]

template<class Kernel , class Container >
bool CGAL::Polygon_repair::is_valid ( const Polygon_2< Kernel, Container > &  polygon)

◆ is_valid() [3/3]

template<class Kernel , class Container >
bool CGAL::Polygon_repair::is_valid ( const Polygon_with_holes_2< Kernel, Container > &  polygon)