Andreas Fabri
a838f2e27e
Changed variable name in else as it conflicted with name in if(..)
2006-03-18 17:33:32 +00:00
Laurent Rineau
c914773f0f
I forgot to commit changes.txt, long ago.
2006-03-18 09:40:33 +00:00
Daniel Russel
993130665d
removed border
2006-03-17 22:24:38 +00:00
Daniel Russel
afec020ca2
resized pictures
2006-03-17 22:23:59 +00:00
Daniel Russel
4c068acde5
resized pictures
2006-03-17 22:23:07 +00:00
Daniel Russel
74df1c72e7
removed border on figure in html
2006-03-17 22:16:24 +00:00
Pierre Alliez
5fa845d9be
moved definitions to user manual
2006-03-17 20:50:52 +00:00
Sylvain Pion
49f53eede9
Remove redundant #include <iostream>.
2006-03-17 19:57:14 +00:00
Sylvain Pion
c8a93cf0ed
) Remove spurious "-l".
2006-03-17 19:42:22 +00:00
Laurent Rineau
688ba73466
- added a new class include/CGAL/Surface_mesher/Oracles/Sphere_oracle_3.h
...
and a specialization Surface_mesh_traits_generator_3<CGAL::Sphere_3<Kernel> >
- updated test test/Surface_mesher/implicit_surface_mesher_test.C to test
the meshing of Kernel::Sphere_3(ORIGIN, 1.)
2006-03-17 19:22:53 +00:00
Laurent Rineau
99743eeb40
corrected typo
2006-03-17 19:21:26 +00:00
Andreas Meyer
4ea7c77ba6
(1) length is a global entity. latex complains, when two lengthes with
...
the same name are defined. resolved by prefixing each length
(2) the whole chapter is now enclosed by \begingroup .. \endgroup,
to prevent namespace pollution with userdefined macros
(latex again complains if an already defined macro is being redefined with \newcommand)
(3) the html converter has problems with \footnotes that contain local macros
(i.e. macros that are enclosed in \begingroup .. \endgroup)
"resolved" by replacing the macros
(4) replaced \reals with \real, and \Cpp with \CC (as supplied by the manual_tools)
2006-03-17 18:23:06 +00:00
Joachim Reichel
7a2fec4821
renamed {demo,examples}/Makefile to {demo,examples}/makefile to avoid
...
being matched by "Makefile" in dont_submit
2006-03-17 18:00:59 +00:00
Marc Pouget
abec81cfb2
doc: updated + code exemple gather cut in peices and moved to poly_ring
2006-03-17 15:50:30 +00:00
Sylvain Pion
2a17eac977
- Remove unused argument name to remove warning in NDEBUG mode.
...
- Remove protect macros.
2006-03-17 15:50:13 +00:00
Le-Jeng Shiue
43807c2f5d
minor revise of the manual
2006-03-17 15:09:11 +00:00
Laurent Rineau
f6ccdae060
fix warnings "Unused variables, etc."
2006-03-17 13:43:11 +00:00
Laurent Rineau
ee8ea5fc0f
- try to workaround ICL and VC++ 8 bug (or not bug, I do not know), in
...
include/CGAL/Surface_mesher/Surface_mesher_manifold.h
2006-03-17 13:24:08 +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
Laurent Rineau
e0937a3bef
- added examples/Surface_mesher/cgal_test, so that the testsuite does not
...
try to compile and run examples/Surface_mesher/implicit_functions
2006-03-17 11:51:48 +00:00
Andreas Fabri
c1d3c3ddd1
Added forward declarations for Polynomial and Nef_polynomial
2006-03-17 11:08:29 +00:00
Laurent Rineau
c9036f0ca2
- modified examples/Surface_mesher/makefile, to have ImageIO compiled on
...
Sun
2006-03-17 10:51:15 +00:00
Andreas Fabri
bef72e032a
Qualified functions with their namespace so resolve ambiguities for CL and ICL
2006-03-17 10:17:29 +00:00
Laurent Saboret
50e9f84b48
Fixed usage string
2006-03-17 08:26:41 +00:00
Pierre Alliez
04826e29aa
tests performed for points on a line in 2D
...
Doc: added definitions, did many fixes.
IMPORTANT: sylvain: double-check the definitions, and precise the dimension and types available for each of your function.
important change: I suggest to rename the function bounding_box to axis_aligned_bounding_box (min case later you will hack on the general one).
2006-03-16 22:52:57 +00:00
Joachim Reichel
7e9a453443
improvement of previous fix (use "system (...) == 0 or die" syntax)
2006-03-16 22:31:45 +00:00
Sylvain Pion
c40c40982a
Same fix for GMP-less configuration.
2006-03-16 22:06:48 +00:00
Fernando Cacciola
e2cf0bb0e3
trace disabled
2006-03-16 22:05:01 +00:00
Fernando Cacciola
73dc922516
consecutive coincidentpoints filter and overflow handling added,
2006-03-16 22:02:49 +00:00
Sylvain Pion
e2ad6ac4df
- Fix for non-GMP configurations...
2006-03-16 22:02:23 +00:00
Joachim Reichel
f747bacf54
added cgal_ prefix to make_macosx_app
2006-03-16 21:29:51 +00:00
Joachim Reichel
1542374e2b
fail if calling $SCRIPTSDIR/cgal_create_makefile fails (e.g., a wrong
...
directory was specified)
2006-03-16 20:51:11 +00:00
Joachim Reichel
1a4a2354e9
prefix cgal_ added to filtered_predicates_generator.pl, all other occurences renamed
2006-03-16 20:48:01 +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
Laurent Saboret
445397cbe8
Added detection of TAUCS library at installation time
2006-03-16 17:21:55 +00:00
Andreas Fabri
678df1031c
Fixed typos
2006-03-16 15:35:59 +00:00
Ron Wein
978b03d367
Reordered the chapters of the Basic Library.
2006-03-16 14:46:28 +00:00
Peter Hachenberger
8bcf801487
OK, I finally figured out how this file works.
2006-03-16 14:05:46 +00:00
Peter Hachenberger
cf14aa4cf6
added virtual destructor to client_base
2006-03-16 14:02:34 +00:00
Andreas Fabri
22368c07ce
changed chapter title
2006-03-16 13:26:22 +00:00
Andreas Fabri
00d5ea9f7d
changed chapter title
2006-03-16 13:24:01 +00:00
Andreas Fabri
4de5a2e679
changed chapter title
2006-03-16 13:22:58 +00:00
Andreas Fabri
c8beb59a54
changed chapter title
2006-03-16 13:11:02 +00:00