cgal/Packages/Planar_map/examples/Topological_map
Radu Ursu 9489780143 fixed headers in examples 2004-02-19 11:25:39 +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).