cgal/Packages/Visibility_complex
Laurent Rineau d1867333fb Ajout d'un cast implicit entre antichain_iterator et le handle
correspondant.
Fixes divers et vari�s pour gcc-3.x
2003-11-21 17:01:39 +00:00
..
demo I forgot this file. 2003-10-30 16:44:39 +00:00
doc_tex Fix a small error in doc. 2003-10-30 11:06:04 +00:00
include/CEP/Visibility_complex Ajout d'un cast implicit entre antichain_iterator et le handle 2003-11-21 17:01:39 +00:00
test_suite *** empty log message *** 2003-10-30 16:42:57 +00:00
README New version of the demo arrangement. 2003-10-30 16:43:48 +00:00
cep_test Initial revision 2002-07-15 14:23:19 +00:00
changes.txt *** empty log message *** 2003-02-11 09:16:14 +00:00
todo *** empty log message *** 2003-02-11 09:16:14 +00:00

README

Package Name:     Visibility_complex

Author:           Angelier Pierre  <Pierre.Angelier@ens.fr>
                  Pocchiola Michel <Michel.Pocchiola@ens.fr>

Maintainer:       Angelier Pierre  <Pierre.Angelier@ens.fr>
		  Rineau Laurent   <Laurent.Rineau@ens.fr>

Address:          Département d'Informatique de l'École Normale Supérieure
		  45 rue d'Ulm 75230 Paris Cedex 05 France

URL:              http://www.di.ens.fr/~gecoal/Visibility_complex/Visibility_complex.tar.gz

Version:          1.0.2 (22 July 2002)

CGAL Versions:    2.2 and greater

Supported Compilers & Platforms:
     sparc_SunOS-5.8_g++-2.95
     sparc_SunOS-5.7_g++-2.95.2_LEDA
     i686_Linux-2.2.18_g++-2.95
     i686_Linux-2.2.18_g++-2.95_LEDA
     i686_Linux-2.2.18_g++-3.0.4
     i686_Linux-2.2.18_g++-3.1.

Purpose:
     This package implements the visibility complex data structure for planar
     scenes.

Description:

      Distributed with this package are the following things:
        README       -- this file
        INSTALLATION -- file describing more details about package installation
        doc_tex/     -- directory containing the package documentation in
                        LaTeX format
        doc_ps/      -- directory containing the package documentation in
                        postscript format
        doc_html/    -- directory containing the package documentation in
                        Html format
	demo/        -- two small graphical (LEDA) demos illustrating the package. 
			see demo/README for more details.
        cep_test     -- shell script for running the test suite
        include/     -- directory containing the Visibility_complex header files
        test_suite/  -- directory containing the test suite source code,
                        input and output files
 
      This package can be used to compute the visibility graph or visibility
      complex of planar scenes. These scenes can consist in pairwise
      non-intersecting points, segments, circles or polygons.
      The package can also be used to compute the shortest path between two
      points in such scenes.

Changes:
      1.0    initial release
      1.0.1  fix for gcc-3.x compilers
      1.0.2  fix in the documentation
             added a small word about shortest path in the user manual
Installation:
      
Documentation:
      Package documentation is provided in postscript and HTML format in
      the subdirectory doc.
      
Tested items:

Testing process:

Hardware & Software requirements:

Constraints: