cgal/Packages/Arrangement/demo/Leda_window/Arrangement_2
Radu Ursu 04f6530163 commented out the line #define Quotient Qt from everywhere
There is a compatibility problem of standards for the moment
2004-02-17 11:38:52 +00:00
..
circle_input_files
conic_input_files
include/CGAL
polyline_input_files
seg_circ_input_files moved leda demos to Leda_window directory 2003-07-02 14:05:34 +00:00
segment_input_files moved leda demos to Leda_window directory 2003-07-02 14:05:34 +00:00
Circle_arr_from_file.C cleanup 2003-09-15 12:24:22 +00:00
Conics_arr_from_file.C
Polygon_intersection.C Curve_2 and X_monotone_curve_2 are two distinct types 2003-07-10 11:08:58 +00:00
Polygon_intersection.h Curve_2 and X_monotone_curve_2 are two distinct types 2003-07-10 11:08:58 +00:00
Polygon_intersection_demo.C
Polyline_arr_from_file.C
Polyline_arr_from_mouse.C Curve_2 and X_monotone_curve_2 are two distinct types 2003-07-10 11:08:58 +00:00
README
Seg_circ_arr_from_file.C
Segment_arr_from_file.C
Segment_arr_from_mouse.C Curve_2 and X_monotone_curve_2 are two distinct types 2003-07-10 11:08:58 +00:00
makefile Cleanup 2003-09-15 11:45:43 +00:00
short_names.h commented out the line #define Quotient Qt from everywhere 2004-02-17 11:38:52 +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.