Commit Graph

182 Commits

Author SHA1 Message Date
Andreas Fabri fb5be348f3 removed unused parameters 2007-03-20 08:15:46 +00:00
Andreas Fabri aed4602898 removed unused parameters 2007-03-19 09:09:53 +00:00
Andreas Fabri 3001cdd69a removed unused parameters 2007-03-19 08:58:28 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
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
Sylvain Pion ffe1e4ec1c More redundant filename removal.
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion 23edc11d3b Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
Using :

for i in * ; do  cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion 5d8d4c8dec Constify check_sep(). 2007-03-10 12:49:21 +00:00
Peter Hachenberger 488604ffb9 erased redundant template parameters of compare
and smaller functors.
2007-03-08 17:51:06 +00:00
Andreas Fabri 74bc43936b Fixed typo 2007-03-08 09:35:03 +00:00
Andreas Fabri 39a7fb11e4 Restructured code to avoid ICE on VC7 2007-03-06 14:32:50 +00:00
Andreas Fabri 7124a12287 fixed typo 2007-03-06 14:31:29 +00:00
Sylvain Pion 54bafcf4c4 Add missing CGAL:: qualifications required by g++ 4.3 2007-03-05 16:20:47 +00:00
Peter Hachenberger 2319e51f9f rename Base class to prevent compiler problems 2007-02-28 15:34:52 +00:00
Andreas Fabri 1217ddd9d8 .C -> .cpp 2007-02-22 14:51:32 +00:00
Peter Hachenberger 60253c8df0 took out testing Simple_cartesian kernel because of memory problems. 2007-02-16 12:28:44 +00:00
Peter Hachenberger 1c5cbb9cef added header 2007-02-16 11:03:06 +00:00
Peter Hachenberger b7f15c8bac - Items are in separates files, now, in order to allow code reuse in SNC_indexed_items
- SNC_external_structure contains half of the code of the old SNC_constructor
2007-02-15 16:06:32 +00:00
Peter Hachenberger dd0855cd7d now faster and nicer through effective filtering 2007-02-15 16:01:40 +00:00
Peter Hachenberger 20ab08f1f8 now faster and nicer through effective filtering 2007-02-15 15:56:35 +00:00
Andreas Fabri e6a66a564b derivation instead of typedefs 2007-02-07 22:14:57 +00:00
Andreas Fabri 98c5ceded4 derivation instead of typedefs 2007-02-07 22:11:10 +00:00
Michael Hoffmann 384b656c73 Remove OPENGL_LIBS. 2007-02-07 16:01:49 +00:00
Fernando Cacciola f91efc4810 Fixed pending VC8 STL iterator issues 2007-02-06 14:14:16 +00:00
Peter Hachenberger f92dfb5504 constructor from plane, constructs halfspace on negative side of the plane 2007-01-29 14:26:58 +00:00
Peter Hachenberger d0979fe179 only gets SNC_structure - point locator is not
necessary
2007-01-08 12:04:41 +00:00
Peter Hachenberger 6c2b777687 works with IFS Versions 0.0.3 and 0.0.4, now 2007-01-08 12:03:11 +00:00
Peter Hachenberger 4c110cb402 output only considers selected volumes
facets in output are consistently oriented outwards, now
2006-12-20 13:38:23 +00:00
Peter Hachenberger a28d7a4b33 strategy maintains intermediate result and adds
everything new immediately up.
2006-12-18 16:42:50 +00:00
Peter Hachenberger c581365a85 inserted nary_union_strategies 2006-12-18 16:41:57 +00:00
Peter Hachenberger 43ca209c8c back to Mark=Point_3 2006-12-18 16:41:19 +00:00
Peter Hachenberger a2eb97a23f new assertion 2006-12-18 14:05:37 +00:00
Peter Hachenberger 7df5a9c798 assertion does not work, check needed 2006-12-18 14:05:11 +00:00
Peter Hachenberger 8543ae47f9 small bug fix 2006-12-18 14:04:26 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Peter Hachenberger 4bfa431e25 added computation of convex hull, difference
to convex hull, deocomposition of difference,
output of facet normals of the parts
2006-12-16 22:04:33 +00:00
Peter Hachenberger d2060d8193 SFace_separator creates sface object for additional sface
cycles. This helps in the decomposition adding new
sfaces, efficiently
2006-12-16 22:03:16 +00:00
Peter Hachenberger 16b25b8f98 adaptation to indexed items
add_sedges works now also for multiple sface cycles
2006-12-16 22:01:33 +00:00
Peter Hachenberger b88029a885 new PointMark 2006-12-16 21:58:12 +00:00
Peter Hachenberger a4da72bb45 adaptation to new PointMark 2006-12-16 21:57:36 +00:00
Peter Hachenberger 2769f9b602 added handling of indexes 2006-12-16 21:53:03 +00:00
Peter Hachenberger 4e4b10e079 added handling of indexes 2006-12-16 21:52:12 +00:00
Peter Hachenberger 8618db9fd2 template parameter expects Nef_3 instead of Kernel 2006-12-13 20:40:58 +00:00
Peter Hachenberger 93217a54f2 new recognition of reflex edges 2006-12-13 16:33:35 +00:00
Peter Hachenberger b7f8d21ba9 setting marks of volumes 2006-12-08 21:42:08 +00:00
Peter Hachenberger 824a257e4d nothing special 2006-12-08 21:22:51 +00:00
Peter Hachenberger c0fc32cdd3 computes the exact configuration space of a trunk
for checking against other approaches
2006-12-08 21:22:37 +00:00