cgal/Packages/Arrangement/demo/Arrangement_2
Efi Fogel f098d243c8 shorten long lines 2003-05-01 12:28:41 +00:00
..
circle_input_files
include/CGAL Cleanup 2003-05-01 10:23:18 +00:00
polyline_input_files
seg_circ_input_files Input file for new Seg_circ_arr_from_file. 2001-07-17 15:52:31 +00:00
segment_input_files The input files for bops using subdivisions defined on line segments. 2002-05-21 13:38:04 +00:00
Circle_arr_from_file.C Changed to #include<CGAL/Draw_preferences.h>. 2001-07-17 15:19:35 +00:00
Conics_arr_from_file.C Shorten long lines 2003-04-27 16:08:14 +00:00
Polygon_intersection.C check if LEDA is installed 2002-03-19 12:25:08 +00:00
Polygon_intersection.h fixed name of segment traits class 2003-01-23 14:32:37 +00:00
Polygon_intersection_demo.C removed unused variables 2002-05-02 09:24:20 +00:00
Polyline_arr_from_file.C shorten long lines 2003-05-01 12:28:41 +00:00
Polyline_arr_from_mouse.C shorten long lines 2003-05-01 12:28:41 +00:00
README Changed to included a comment about Polygon_intersection_demo. 2001-08-21 13:51:08 +00:00
Seg_circ_arr_from_file.C removed unused variables 2002-05-02 09:24:20 +00:00
Segment_arr_from_file.C Cleanup 2003-05-01 10:23:18 +00:00
Segment_arr_from_mouse.C Added Kernel as template parameter to Arr_leda_segment_traits_2 class 2003-02-09 01:33:12 +00:00
makefile ops 2003-05-01 10:25:45 +00:00
short_names.h Renamed Planar_map_traits_wrap to Pm_traits_wrap_2 2003-03-10 17:00:39 +00:00

README

The directory contains 6 graphic demo programs.
To run them you need CGAL with LEDA.

Segment_arr_from_file - constructs a segment arrangement from an input
       file, some example files are given in segment_input_files/ .
       
Segment_arr_from_mouse - constructs a segment arrangement from window 
       input (uses the LEDA traits).

Circle_arr_from_file - constructs a circle arrangement from an input
       file, some example files are given in circle_input_files/ .

Polyline_arr_from_file - constructs a polyline arrangement from an input
       file, some example files are given in polyline_input_files/.

Polyline_arr_from_mouse - constructs a polyline arrangement from window
       input. It Does not use the LEDA traits (but, of course, the LEDA
       graphic interface).

Seg_circ_arr_from_file - constructs an arrangement of circular arcs and 
       line segments from an input file. Some example files are given in 
       seg_circ_input_files/.

Polygon_intersection_demo - demonstrates using the arrangement to
       compute the intersection of the interiors of polygons. The demo program
       is separated from the algorithm itself so it can be easily used in 
       other programs.