|
BWAPI
|
A class that allows Boolean set operations. This class is the base class for General_polygon_set_on_surface_2 and recieves extra template parameter which allows different validation policies. If you do not want validation then use the default validation policy. A different validation policy example can be found in General_polygon_set_on_surface_2. More...
#include <CGAL/basic.h>#include <CGAL/Object.h>#include <CGAL/enum.h>#include <CGAL/iterator.h>#include <CGAL/Arrangement_on_surface_2.h>#include <CGAL/Arrangement_2/Arr_traits_adaptor_2.h>#include <CGAL/Arr_overlay_2.h>#include <CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h>#include <CGAL/Boolean_set_operations_2/Gps_intersection_functor.h>#include <CGAL/Boolean_set_operations_2/Gps_join_functor.h>#include <CGAL/Boolean_set_operations_2/Gps_difference_functor.h>#include <CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h>#include <CGAL/Boolean_set_operations_2/Gps_merge.h>#include <CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h>#include <CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h>#include <CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h>

Go to the source code of this file.
A class that allows Boolean set operations. This class is the base class for General_polygon_set_on_surface_2 and recieves extra template parameter which allows different validation policies. If you do not want validation then use the default validation policy. A different validation policy example can be found in General_polygon_set_on_surface_2.
1.7.6.1