#include <CGAL/Boolean_set_operations_2.h>
void | complement ( Type pgn, Type & res) |
Arg type |
---|
Polygon_2 |
General_polygon_2 |
OutputIterator | complement ( Type pgn, OutputIterator oi) |
Arg type |
---|
Polygon_with_holes_2 |
General_polygon_with_holes_2 |
template <class Kernel, class Container> | ||
void | complement ( Polygon_2<Kernel, Container> pgn, Polygon_with_holes_2<Kernel, Container> & res) | |
template <class Traits> | ||
void | complement ( General_polygon_2<Traits> pgn, General_polygon_with_holes_2<Traits> & res) | |
template <class Traits, class OutputIterator> | ||
OutputIterator | complement ( Polygon_with_holes_2<Kernel, Container> pgn, OutputIterator oi) | |
template <class Traits, class OutputIterator> | ||
OutputIterator | complement ( General_polygon_with_holes_2<General_polygon_2<Traits> > pgn, OutputIterator oi) |