Commit Graph

82 Commits

Author SHA1 Message Date
Peter Hachenberger fb20cf2cdb should also work on Windows now. 2006-03-23 17:03:27 +00:00
Andreas Fabri 95230146d0 deICEing for Visual C++ 2006-03-22 17:09:45 +00:00
Peter Hachenberger 42f15dc77c erased error output 2006-03-22 16:59:00 +00:00
Peter Hachenberger 27c72b8e4d removed memory leaks 2006-03-22 12:18:20 +00:00
Peter Hachenberger 9e275626d2 -deleted constructor parameters for exchange of
point locator
- removed memory leaks
2006-03-22 12:17:47 +00:00
Peter Hachenberger d07357ae40 if LEDA is available, tests are only done
with leda number types, now
2006-03-22 12:16:47 +00:00
Peter Hachenberger 9c810100dc erased test with Simple_homogeneous kernel 2006-03-22 12:15:57 +00:00
Peter Hachenberger 2c2ab1343c never expect no side effects: excluding SNC_ray_shooter.h
had the effect of a missing #include<map> in K3_tree.h.
This was fixed.
2006-03-21 13:53:04 +00:00
Peter Hachenberger 81ffe69398 visual_hull now tells the user how to use it 2006-03-21 13:51:29 +00:00
Andreas Fabri 2d37935ddc juggling with typedefs to get rid of VC++ ICE 2006-03-21 12:28:14 +00:00
Andreas Fabri 6a6dad9f4a juggling with typedefs to get rid of VC++ ICE 2006-03-21 12:27:07 +00:00
Peter Hachenberger 90d529cfd3 additional #ifdef to definitely prevent the
compilation of the old point location and
ray shooting code.
2006-03-20 13:27:52 +00:00
Peter Hachenberger 1d8a8a8372 two hash maps are initialized with 0 instead
of -1 to prevent warning. Since there is no
code checking for the initialized value,
there should be no problem.
2006-03-20 13:10:40 +00:00
Andreas Fabri c37d17aa82 qualified make_pair with std:: 2006-03-20 09:23:51 +00:00
Peter Hachenberger c58506e934 This file is in the internal release, but definitely
not used as long as the special #define is not used.
Therefore this commit does not influence the testsuite.
On the other side, this code could be used and is
in the release. Hence, I wanted to fix some easy
bugs.

point(v) -> v->point()
2006-03-19 15:58:28 +00:00
Peter Hachenberger 7fab4d81f1 #ifdef => ifndef 2006-03-19 14:51:50 +00:00
Peter Hachenberger ca172a6564 include CGAL/basic.h before #ifdef CGAL_USE_QT 2006-03-17 12:11:37 +00:00
Peter Hachenberger 9a57dac06f find_cutoff_plane did not work for wall in
positive y-direction
2006-03-17 12:09:53 +00:00
Peter Hachenberger 0715288ff8 accidentally corrupted reversal of inner
cycles if needed
2006-03-16 20:30:40 +00:00
Peter Hachenberger 688df24b61 example file for visual_hull.C 2006-03-16 19:56:21 +00:00
Peter Hachenberger 4aa3b68f11 explained visual_hull.C plus file format .vsh 2006-03-16 19:56:00 +00:00
Peter Hachenberger 6da8a70a8a header files that helps constructing visual
hulls
2006-03-16 19:25:22 +00:00
Peter Hachenberger 6723bef013 added visual_hull 2006-03-16 19:24:42 +00:00
Peter Hachenberger 580ec32ff0 wrong author 2006-03-16 19:22:41 +00:00
Peter Hachenberger 19336a07a8 demo for the computation of a visual hull 2006-03-16 19:21:58 +00:00
Peter Hachenberger 8bcf801487 OK, I finally figured out how this file works. 2006-03-16 14:05:46 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Peter Hachenberger b0577e0505 I try different options for removing
files deep in the directory structure.
2006-03-15 16:36:11 +00:00
Peter Hachenberger fc06ac0bee number types are included before the
kernels to prevent compilation problems.
2006-03-15 15:17:09 +00:00
Peter Hachenberger bb28619f84 removed file test/Nef_3/FILES from release 2006-03-14 21:25:28 +00:00
Peter Hachenberger 38275d5ac6 inserted OFF_to_nef_3 2006-03-12 22:35:18 +00:00
Peter Hachenberger 312b04bebb use specialized classes with parameterized with
kernel tags
2006-03-12 22:20:20 +00:00
Peter Hachenberger ef4adb44da documentation for global function that creates
Nef polyhedra from complicated OFF files.
2006-03-12 21:30:56 +00:00
Peter Hachenberger 799804240c input file for example 2006-03-12 20:45:39 +00:00
Peter Hachenberger 6d6e97b88e example for global function OFF_to_nef3 2006-03-12 20:39:34 +00:00
Peter Hachenberger 9b646fddc6 added new constructor 2006-03-12 20:33:07 +00:00
Peter Hachenberger 579880f537 paramters char* -> const char* 2006-03-12 14:53:16 +00:00
Peter Hachenberger d518a424f5 inserted missing this-> 2006-03-12 14:52:47 +00:00
Peter Hachenberger 12ef4e3738 inserted missing typename 2006-03-12 14:52:32 +00:00
Marc Glisse 9240d225b1 Replace:
typedef B<T> B;
by:
typedef A::B<T> B;
to make sunpro happy.
2006-03-11 18:34:06 +00:00
Peter Hachenberger 008fb2c1f3 typo. Commited constructor, should have been
destructor. ~ was missing.
2006-03-10 17:19:35 +00:00
Peter Hachenberger 172a4e4c64 - removed redundant typedefs
- added virtual constructor to some classes
2006-03-10 16:21:31 +00:00
Peter Hachenberger 3363e66d42 is compiling now. Corrected some privacy problems 2006-03-10 15:47:29 +00:00
Peter Hachenberger dcad23df4b added this-> 2006-03-10 15:44:39 +00:00
Peter Hachenberger f2fef09655 added comparison with reference file for homogeneous
kernels.
2006-03-10 14:34:07 +00:00
Andreas Fabri 41141dd1bc make_pair -> std::make_pair 2006-03-10 11:32:10 +00:00
Peter Hachenberger c1f2b8a441 removed Visualizor.h from release 2006-03-09 22:56:11 +00:00
Peter Hachenberger 2c6815a97b adaptation to long ago deletion of static functions
in decorator. File is only used with glut visualization
and will be removed from the release immediately
2006-03-09 22:55:19 +00:00
Peter Hachenberger 17722c6eed excluded facet with box mechanism by #ifdef 2006-03-09 22:51:50 +00:00
Peter Hachenberger 13e4d89caf added CGAL_ to macros 2006-03-09 22:51:00 +00:00