mirror of https://github.com/CGAL/cgal
57 lines
1.6 KiB
C
57 lines
1.6 KiB
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 1997 The CGAL Consortium
|
|
//
|
|
// This software and related documentation is part of an INTERNAL release
|
|
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
|
// intended for general use.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
//
|
|
// release : $CGAL_Revision: CGAL-2.5-I-11 $
|
|
// release_date : $CGAL_Date: 2002/08/04 $
|
|
//
|
|
// file : include/CGAL/Polygons_bops_2.h
|
|
// package : Map_overlay (1.12)
|
|
// maintainer : Efi Fogel <efif@math.tau.ac.il>
|
|
// source :
|
|
// revision :
|
|
// revision_date :
|
|
// author(s) : Eti Ezra <estere@post.tau.ac.il>
|
|
//
|
|
// coordinator : Tel-Aviv University (Dan Halperin <halperin@math.tau.ac.il>)
|
|
//
|
|
// Chapter :
|
|
// ======================================================================
|
|
#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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|