cgal/Polyhedron/examples/Polyhedron
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
..
corner.off
corner_with_hole.off
corner_with_sharp_edge.off
cross.off
polyhedron_prog_color.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00
polyhedron_prog_cube.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_cut_cube.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00
polyhedron_prog_incr_builder.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_normals.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_off.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_planes.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_simple.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_subdiv.cin
polyhedron_prog_subdiv.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_subdiv_with_boundary.cin
polyhedron_prog_subdiv_with_boundary.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_tetra.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_traits.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_vector.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
polyhedron_prog_vertex_color.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00
polyhedron_prog_vertex_normal.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00
polyhedron_self_intersection.cin
polyhedron_self_intersection.cpp More redundant filename removal. 2007-03-10 15:22:41 +00:00