cgal/Packages/Arrangement/examples/Pm_with_intersections
Efi Fogel 3537c202a7 Shirten long names 2003-05-11 16:14:00 +00:00
..
README Documented the 4th example. 2002-11-03 13:45:27 +00:00
example1.C Shirten long names 2003-05-11 16:14:00 +00:00
example2.C Shirten long names 2003-05-11 16:14:00 +00:00
example3.C Shirten long names 2003-05-11 16:14:00 +00:00
example4.C changed names 2003-05-11 15:42:35 +00:00
short_names.h Renamed Planar_map_traits_wrap to Pm_traits_wrap_2 2003-03-10 17:00:39 +00:00

README

In this directory there are 2 example programs for the Planar Map with
Intersections package.

Note: As the Planar Map with Intersection package enhances the Planar Map
package, all example programs of the latter except for example7 and example8 
serve as example programs for Planar Msp with Intersection.


example1 : Demonstrates the simplest use of the package, insertion of 
           intersecting curves.

example2 : Deomnstrates a user defined notifier.

example3 : Demonstraits insertion of non intersecting curves. The insertion
           is carried out through the Planar_map_2 corresponding
	   insert functions. 

example4 : Demonstrates aggregate insertion of intersecting curves.