mirror of https://github.com/CGAL/cgal
Fixed definition of Nop_decomposition (added Container parameter)
This commit is contained in:
parent
c8107012b5
commit
4e48b0b984
|
|
@ -764,7 +764,7 @@ minkowski_sum_by_decomposition_2
|
||||||
typedef Kernel_ Kernel;
|
typedef Kernel_ Kernel;
|
||||||
typedef Container_ Container;
|
typedef Container_ Container;
|
||||||
typedef Decomposition_ Decomposition;
|
typedef Decomposition_ Decomposition;
|
||||||
typedef Polygon_nop_decomposition_2<Kernel> Nop_decomposition;
|
typedef Polygon_nop_decomposition_2<Kernel, Container> Nop_decomposition;
|
||||||
|
|
||||||
if (pgn1.is_convex()) {
|
if (pgn1.is_convex()) {
|
||||||
Nop_decomposition decomp_nop;
|
Nop_decomposition decomp_nop;
|
||||||
|
|
@ -843,7 +843,7 @@ minkowski_sum_by_decomposition_2
|
||||||
typedef Container_ Container;
|
typedef Container_ Container;
|
||||||
typedef NoHolesDecomposition_ No_holes_decomposition;
|
typedef NoHolesDecomposition_ No_holes_decomposition;
|
||||||
typedef WithHolesDecomposition_ With_holes_decomposition;
|
typedef WithHolesDecomposition_ With_holes_decomposition;
|
||||||
typedef Polygon_nop_decomposition_2<Kernel> Nop_decomposition;
|
typedef Polygon_nop_decomposition_2<Kernel, Container> Nop_decomposition;
|
||||||
|
|
||||||
Hole_filter_2<Kernel, Container> hole_filter;
|
Hole_filter_2<Kernel, Container> hole_filter;
|
||||||
Polygon_with_holes_2<Kernel, Container> filtered_pgn1;
|
Polygon_with_holes_2<Kernel, Container> filtered_pgn1;
|
||||||
|
|
@ -986,7 +986,7 @@ minkowski_sum_by_decomposition_2
|
||||||
typedef Container_ Container;
|
typedef Container_ Container;
|
||||||
typedef NoHolesDecomposition_ No_holes_decomposition;
|
typedef NoHolesDecomposition_ No_holes_decomposition;
|
||||||
typedef WithHolesDecomposition_ With_holes_decomposition;
|
typedef WithHolesDecomposition_ With_holes_decomposition;
|
||||||
typedef Polygon_nop_decomposition_2<Kernel> Nop_decomposition;
|
typedef Polygon_nop_decomposition_2<Kernel, Container> Nop_decomposition;
|
||||||
|
|
||||||
Hole_filter_2<Kernel, Container> hole_filter;
|
Hole_filter_2<Kernel, Container> hole_filter;
|
||||||
Polygon_with_holes_2<Kernel,Container> filtered_pgn2;
|
Polygon_with_holes_2<Kernel,Container> filtered_pgn2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue