cgal/Polyhedron_IO/demo/Polyhedron_IO
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
..
CMakeLists.txt extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
README
geomview_demo.cpp First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
viewpoint2off.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00

README

demo/Polyhedron_IO/README
-------------------------

viewpoint2off.C

    A demo program that converts geometry files in Viewpoint
    Data Labs mesh format into OFF files. Type 'make viewpoint2off'
    to compile it. See http://www.viewpoint.com/

    It is in the demo directory since no viewpoint example 
    data is provided.

geomview_demo.C

    Displays a polyhedron from CGAL in Geomview using
    CGAL::Geomview_stream. Type 'make geomview_demo' to compile it.

Lutz Kettner