BWAPI
Classes
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Boolean_set_operations_2/Gps_merge.h File Reference

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>
Include dependency graph for Gps_merge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Base_merge< Arrangement_, Visitor_ >
 Base_merge. More...
class  Join_merge< Arrangement_ >
 Join_merge. More...
class  Intersection_merge< Arrangement_ >
 Intersection_merge. More...
class  Xor_merge< Arrangement_ >
 Xor_merge. More...

Detailed Description

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines