|
BWAPI
|
This file contains classes that are responsible for merging two sets of polygons in the divide-and-conquer algorithm. The file contains 3 mergers: Join_merge, Intersection_merge and Xor_merge. Join_merge is used when we want to merge the two sets, Intersection_merge is used for intersection, and Xor_merge is used for symmetric difference. More...
#include <CGAL/Boolean_set_operations_2/Gps_agg_op.h>#include <CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h>#include <CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h>#include <CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h>#include <vector>

Go to the source code of this file.
This file contains classes that are responsible for merging two sets of polygons in the divide-and-conquer algorithm. The file contains 3 mergers: Join_merge, Intersection_merge and Xor_merge. Join_merge is used when we want to merge the two sets, Intersection_merge is used for intersection, and Xor_merge is used for symmetric difference.
1.7.6.1