cgal/Packages/Planar_map/examples/Topological_map
Radu Ursu 035735c4c3 10 February 2004 Radu Ursu
-Updated headers in examples
2004-02-10 09:48:51 +00:00
..
README
example1.C
example2.C
example3.C
example4.C
example5.C

README

This directory contains 5 example programs for Topological Maps.

In example1 a simple Topological_map is constructed.

In example2 a Topological_map with additional information in the faces is
constructed.

A construction of a Topological_map with integer names for vertices and
curves is demonstrated in example3.

In example4 a Topological_map with 2 dimensional points is constructed.
 
The last example, example5, shows how to apply various operations on edges
of a Topological_map (e.i., insertion, splitting, merging, and removal).