cgal/Packages/Arrangement/examples/Arrangement_2
Radu Ursu 9489780143 fixed headers in examples 2004-02-19 11:25:39 +00:00
..
README
example1.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example2.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example3.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example4.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example5.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example6.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example7.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example8.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example8.cin
example9.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example10.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example11.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example11.cin
example11.cout
example12.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example12.cin
example12.cout
example13.C fixed headers in examples 2004-02-19 11:25:39 +00:00
example13.cout Added an example no. 13 for conic arcs. 2003-06-02 15:36:02 +00:00
short_names.h fixed headers in examples 2004-02-19 11:25:39 +00:00

README

In this directory there are 12 example program for the arrangement package.

example1-5 : The example programs from the documentation.


example6   : This example creates an arrangement with a walk point location
        strategy.


example7   : Demonstrates the use of update mode, and how to add info to
        the objects of the class.


example8   : Reads an arrangement of segments from standard input and
        performs a vertical ray shoot on it.


example9-10: Examples from the documentation. These demonstrate using
        an arrangement with Polyline Traits.


example11  : Example of the usage for I/O functions. 
        The input file for this program is example11.cin, and users have to
         use the example by redirecting the input file.


example12 : Example of the usage for I/O functions when taking the
        polyline Traits. A demonstration of defining an I/O operator for
        polyline curves by the user is presented in this example. The input
        file for this program is example12.cin, and users have to use the
        example by redirecting the input file.