BWAPI
Classes | Namespaces
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h File Reference

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

Go to the source code of this file.

Classes

struct  Boolean_set_operation_2_internal::NoValidationPolicy
class  Gps_on_surface_base_2< Traits_, TopTraits_, ValidationPolicy >
 General_polygon_set_on_surface_2. More...
class  Gps_on_surface_base_2< Traits_, TopTraits_, ValidationPolicy >::Less_vertex_handle

Namespaces

namespace  Boolean_set_operation_2_internal

Detailed Description

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines