mirror of https://github.com/CGAL/cgal
50 lines
1.4 KiB
C
50 lines
1.4 KiB
C
// Copyright (c) 1997 Tel-Aviv University (Israel).
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org); you may redistribute it under
|
|
// the terms of the Q Public License version 1.0.
|
|
// See the file LICENSE.QPL distributed with CGAL.
|
|
//
|
|
// Licensees holding a valid commercial license may use this file in
|
|
// accordance with the commercial license agreement provided with the software.
|
|
//
|
|
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
|
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
//
|
|
//
|
|
// Author(s) : Eti Ezra <estere@post.tau.ac.il>
|
|
#ifndef CGAL_POLYGON_BOPS_2_H
|
|
#define CGAL_POLYGON_BOPS_2_H
|
|
|
|
#include <CGAL/Pm_walk_along_line_point_location.h>
|
|
#include <CGAL/Planar_map_2.h>
|
|
#include <CGAL/Bop_default_dcel.h>
|
|
#include <CGAL/Map_overlay_default_notifier.h>
|
|
#include <CGAL/Map_overlay.h>
|
|
#include <CGAL/Boolean_operations_2.h>
|
|
#include <CGAL/Polygon_2.h>
|
|
#include <CGAL/Bops/Holes_split_dcel.h>
|
|
#include <CGAL/Bops/Holes_split_notifier.h>
|
|
#include <CGAL/Bops/Holes_split.h>
|
|
#include <CGAL/Bops/Polygons_from_faces.h>
|
|
#include <CGAL/Bops/Polygons_do_intersect_2.h>
|
|
#include <CGAL/Bops/Polygons_intersection_2.h>
|
|
#include <CGAL/Bops/Polygons_union_2.h>
|
|
#include <CGAL/Bops/Polygons_difference_2.h>
|
|
#include <CGAL/Bops/Polygons_symmetric_difference_2.h>
|
|
|
|
#endif // CGAL_POLYGONS_BOPS2_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|