cgal/Packages/Arrangement/examples/Sweep_line
Ester Ezra 52c6106475 Removing the declaration of NT x, y which caused a compiler warning. 2001-07-04 14:50:48 +00:00
..
README README file for the four examples of Sweep line. 2001-05-24 17:54:26 +00:00
example1.C basic.h inclusion was removed. The order of included files was changed 2001-06-24 16:41:12 +00:00
example1.cin Changing the input to have interior intersecting segments. 2001-06-04 18:53:28 +00:00
example1.cout The halfedges of the resulting Planar map for example1. 2001-06-12 21:23:11 +00:00
example2.C Removing the declaration of NT x, y which caused a compiler warning. 2001-07-04 14:50:48 +00:00
example2.cin An input file for example2.C 2001-05-24 17:56:27 +00:00
example3.C basic.h inclusion was removed. The order of included files was changed 2001-06-24 16:41:12 +00:00
example3.cin Changing the input to have interior intersecting segments. 2001-06-04 18:53:28 +00:00
example3.cout The output of example3 (used for the manual). 2001-06-04 19:52:38 +00:00
example4.C Removing the declaration of NT x, y which caused a compiler warning. 2001-07-04 14:50:48 +00:00
example4.cin An input file for example4.C 2001-05-24 17:57:05 +00:00

README

In this directory there are 4 example program for the Sweep line package.

example1: demonstate the use of the sweep line in order to construct a planar map of segments.
 
example2: demonstate the use of the sweep line in order to construct a planar map of polyline  segment.
 
example3: demonstate the use of the sweep line in order to construct a container of disjoint interior subsegments.
 
example4: demonstate the use of the sweep line in order to construct a container of disjoint interior polyline subsegments.