Sylvain Pion
e339f86cd2
More removal of svn:executable property on images.
2009-01-03 13:30:10 +00:00
Sylvain Pion
873efc64e1
Remove svn:executable property on images.
2009-01-03 13:27:56 +00:00
Laurent Rineau
a14be60b7b
rename T3 demo .cpp, to avoid duplicated target names
2008-12-15 09:44:03 +00:00
Laurent Rineau
50c483ccb7
Commit missing CMakeLists.txt for demos.
2008-12-10 11:03:43 +00:00
Andreas Fabri
13ce1b0962
rename to have unique example file names
2008-11-27 19:15:18 +00:00
Andreas Fabri
d7c9f7b237
rename to have unique example file names
2008-11-27 19:14:28 +00:00
Andreas Fabri
ee62f7c8c6
rename to have unique example file names
2008-11-27 19:12:13 +00:00
Andreas Fabri
673eca1359
Add dont_submit
2008-11-26 09:56:28 +00:00
Andreas Fabri
ef7e7ba2d3
Source of tds3_small.png
2008-11-26 09:52:39 +00:00
Andreas Fabri
5d8bad3355
Add illustration
2008-11-26 09:42:47 +00:00
Laurent Rineau
ec9f2e29e5
Update citations (s/07/08/).
...
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Laurent Rineau
9587ad8c9e
Fix the binary mode test: it failed on Windows.
2008-11-18 11:20:59 +00:00
Laurent Rineau
6108848419
Test and fix the input/output operator of CGAL::Triangulation_3
...
*in binary mode*.
2008-11-14 11:59:14 +00:00
Camille Wormser
0e0975df31
same derecursion, for find_conflict, this time.
2008-11-14 10:43:11 +00:00
Camille Wormser
182c824db5
Iterative version of the incident_...(vertex) methods.
...
See Andreas' e-mail:
> I just had a look at the code. The problem is that it calls
> incident_cells, which is implemented recursively, and for a
> vertex with many incident cells, as in your case the infinite
> vertex, the stack is full.
>
> We have to put it on our todo list.
I did it for 3D only because the degenerate 2D case should be
handled by the circulator anyway.
I did not add the test which explodes the call stack (in case we plug
the recursive version): too slow for a testsuite. But incident_...
methods are used everywhere in the code anyway.
2008-11-14 04:27:18 +00:00
Monique Teillaud
a5fe9a6c5a
detail
2008-11-12 13:51:46 +00:00
Monique Teillaud
917b0b4741
mention Camille's contributions
2008-11-12 12:21:46 +00:00
Monique Teillaud
755ed5e648
bug fix
2008-10-13 08:32:42 +00:00
Sylvain Pion
4aa1cb057a
Remove my email adress from header files.
2008-10-11 20:21:08 +00:00
Monique Teillaud
9d5bc8e9b3
link to concept Circulator.
...
I don't know where to link for Iterator, which is from the stl
2008-10-09 09:26:07 +00:00
Monique Teillaud
db56697842
added \ccc{} for Handle, to get a link to the concept web page
2008-10-09 07:35:17 +00:00
Monique Teillaud
aab8d24447
bug fix in delaunay traits (compare_distance is required even without the hierarchy)
...
cosmetic in T3 (wrong html link)
2008-10-01 12:19:44 +00:00
Manuel Caroli
25a4741b11
revert change, code was right before
2008-09-15 20:54:02 +00:00
Manuel Caroli
a1802d060c
pass assignment operator argument as reference
2008-09-15 19:36:15 +00:00
Sylvain Pion
eede712857
- Fix "warning: array subscript is above array bounds" with g++ -O3.
...
It was actually a real bug.
- Rewrote the loops for clarity as well.
2008-08-20 08:37:44 +00:00
Sylvain Pion
051a87a8d6
Rename CGAL_kernel_assertion to CGAL_triangulation_assertion.
2008-08-12 13:56:13 +00:00
Sylvain Pion
93cae6500f
Remove deprecated functions find_conflicts_2 and find_conflicts_3
...
(deprecated in 2006, and internal).
2008-07-28 18:16:14 +00:00
Sylvain Pion
a17c7edac5
Removed the deprecated functions Cell:mirror_index() and Cell::mirror_vertex().
...
(deprecated since March 2005)
2008-07-28 16:15:02 +00:00
Sylvain Pion
48b97a5e9b
Remove obsolete Makefiles (and therefore empty dont_submit files).
2008-07-24 18:14:04 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Sylvain Pion
68845e33ae
- Use the new kernel typedefs K::Oriented_side and co.
...
- Use Kernel_traits<> instead of fetching ::R.
- Rename "pt" to "Point" for template argument to make it more uniform.
2008-07-17 08:27:13 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Manuel Caroli
7918617ae4
removed Conflict_tester_for_find_conflicts_[2|3] that were redundant
...
to Conflict_tester_[2|3]
2008-07-04 09:35:56 +00:00
Manuel Caroli
7f70bb34c1
moved identical remove helper functions from
...
Delaunay_triangulation_3 and Regular_triangulation_3
to Triangulation_3
2008-07-03 12:11:31 +00:00
Manuel Caroli
3e82523f3c
minor change due to warning in the test suite
2008-07-03 07:55:17 +00:00
Manuel Caroli
3a6da39537
introduced a visitor Vertex_remover and modified the functions called by remove
...
such that they are equal in both
Delaunay_triangulation_3 and Regular_triangulation_3
2008-07-02 15:03:25 +00:00
Andreas Fabri
ee450c0a75
Moved caption below figure
2008-06-27 06:48:09 +00:00
Camille Wormser
a6d18262ae
adds (finite_) incident_facets(Vertex) for the 2D case,
...
deprecates the usage of (finite_) incident_cells in the 2D case.
2008-06-05 02:51:51 +00:00
Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +00:00
Sylvain Pion
2d5de17427
Slight optimization in draw_dual()
2008-04-30 08:16:19 +00:00
Camille Wormser
8d16e7529b
removed an unused parameter (warning in some platforms of the test suite)
2008-04-21 13:12:30 +00:00
Laurent Rineau
ed75d4f3f4
Remove an unused parameter.
...
People should compile their code with -O2 -Wextra, to see those warnings.
2008-04-21 07:41:52 +00:00
Camille Wormser
952afd12d8
removed unused code
2008-04-20 06:11:56 +00:00
Camille Wormser
646258adb8
finished rewriting the incident_*(vertex):
...
- all the code is factored around visit_incident_cells.
- incident_edges has been added
- finite versions of all incident_*(vertex) have been added
thanks to a Filter template parameter
2008-04-20 05:48:13 +00:00
Sylvain Pion
1d8779b171
Rename the following functions:
...
det2x2_by_formula
det3x3_by_formula
det4x4_by_formula
det5x5_by_formula
det6x6_by_formula
to:
determinant
How cute... a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Sylvain Pion
ebb5e40b14
Remove casts to Sign.
...
They are useless since we merged the various enum types.
2008-04-09 13:09:17 +00:00
Sylvain Pion
643ea487a0
Remove casts to Comparison_result.
...
They are useless since we merged the various enum types.
2008-04-09 12:46:22 +00:00
Sylvain Pion
b0f2c77fdc
Remove casts to Oriented_side.
...
They are useless since we merged the various enum types.
2008-04-09 12:35:10 +00:00
Sylvain Pion
b740e90de0
Rename the following functions:
...
sign_of_determinant2x2
sign_of_determinant3x3
sign_of_determinant4x4
sign_of_determinant5x5
sign_of_determinant6x6
to:
sign_of_determinant
So that we have less dimension-dependent namings, at least internally...
2008-04-09 12:20:25 +00:00
Sylvain Pion
c3ee0c0087
Remove CGAL_T2_USE_ITERATOR_AS_HANDLE and CGAL_T3_USE_ITERATOR_AS_HANDLE
...
as they are now always defined and things work.
2008-04-03 12:14:58 +00:00
Sylvain Pion
028d3cfc73
Add missing operator==(CGAL_NULL_TYPE) for the Face_circulator.
...
Other cleanups.
2008-04-03 11:56:16 +00:00
Sylvain Pion
d9fbc22596
"Call" CGAL_For_all() on Cell_circulator to check it works as well.
2008-04-02 13:48:51 +00:00
Camille Wormser
9f664c3ac7
documentation + testsuite for incident_*
2008-04-01 15:29:50 +00:00
Camille Wormser
049a65f766
adds incident_edges and factors all incident_* code
...
by wrapping everything around a visit_incident_cells
method.
2008-04-01 14:44:18 +00:00
Andreas Meyer
20315de571
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
...
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Sylvain Pion
a47abc28d1
Use <boost/bind.hpp> instead of <CGAL/functional.h>.
2008-03-10 01:21:00 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Sylvain Pion
6a9740d043
Remove obsolete workarounds for __sgi.
2008-01-20 23:09:58 +00:00
Sylvain Pion
487a6ae509
Removes obsolete workarounds for SunPRO and MipsPRO.
2008-01-20 21:44:23 +00:00
Sylvain Pion
0fa668ecee
include only needed headers
2008-01-20 19:00:55 +00:00
Monique Teillaud
d30823c13d
precision on numbering infinite vertex
2008-01-15 10:00:21 +00:00
Sylvain Pion
07d41fe4c8
Add preconditions in set_neighbor() that a cell is not the neighbor of itself.
2008-01-10 22:43:26 +00:00
Sylvain Pion
88ed563f44
Remove some workarounds for SunPRO + RW's STL:
...
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES (partially so far)
CGAL_make_vector
CGAL_make_list
2008-01-03 14:50:13 +00:00
Sylvain Pion
ea0b9ea02b
Disable short name macros for T2 and T3 to see if they are
...
still really needed.
2007-12-30 23:54:19 +00:00
Sylvain Pion
7049af4f77
Rename *.C to *.h.
2007-12-28 18:39:49 +00:00
Sylvain Pion
360d29f72a
Rename CGAL_CIRC_NULL to CGAL_NULL.
2007-12-28 15:40:36 +00:00
Sylvain Pion
e8591b3b32
Change Counting_output_iterator to store a pointer to the counter, instead of
...
the counter itself. It fixes a problem with g++ 4.3 since std::copy now
performs the assignments on *copies* of the output iterator.
See : http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34595
2007-12-26 17:34:36 +00:00
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Monique Teillaud
1d9719b1c0
todo plus explicite
2007-11-16 08:53:19 +00:00
Monique Teillaud
eede0367f2
reordering + add dual(vertex)
2007-11-09 09:53:44 +00:00
Andreas Fabri
0bd68b0c98
Let's see what happens when VC++ uses iterators as handles
2007-11-08 10:27:05 +00:00
Andreas Meyer
c1d1609af1
replaced CGAL_assertion( false* and CGAL_assertion( 0*
...
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +00:00
Andreas Meyer
6623d525eb
* replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
...
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion
ef264999b3
Renaming of Compact_container's construct_insert() to emplace() to match C++0x.
...
It breaks backward compat, but I doubt many people use Compact_container directly.
Make it use variadic templates, while at it.
2007-10-20 20:51:59 +00:00
Monique Teillaud
486da89e5f
todo
2007-10-16 08:38:33 +00:00
Sylvain Pion
7e364e1a24
Add declaration of Regular_triangulation_filtered_traits_3 to prevent problems
...
due to cyclic dependency.
2007-10-03 14:13:40 +00:00
Sylvain Pion
d6efb7a292
Update following renaming EK -> Exact_kernel and FK -> Approximate_kernel.
2007-09-07 09:49:48 +00:00
Sylvain Pion
606b7aa6f0
Add missing operator->() to Facet_circulator.
2007-08-23 12:59:06 +00:00
Sylvain Pion
85afdc3e4d
- Add simple tests for the Delaunay.dual() functions.
...
- Add an undocumented circumcenter() template member function
in Triangulation_ds_cell_base_3 so that we can continue to use it as default
template parameter of the TDS, and still have .dual() working when only the
VertexBase type is changed (e.g. for the hierarchy).
2007-08-21 13:23:33 +00:00
Sylvain Pion
8aaa7e25ca
Remove local include directive.
2007-08-20 20:32:19 +00:00
Sylvain Pion
76408cc24f
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3.
2007-08-09 09:48:44 +00:00
Monique Teillaud
8258484ac9
todo
2007-08-08 14:36:13 +00:00
Monique Teillaud
9d4efcfc6e
done
2007-08-08 13:02:28 +00:00
Monique Teillaud
1b7490caaa
small bug fix in reg tr
2007-08-08 11:22:50 +00:00
Monique Teillaud
9f81d9c7d6
todo
2007-08-07 13:34:01 +00:00
Sylvain Pion
1df8df5721
Allow operator== between triangulations to have 2 different TDS types.
2007-07-24 12:57:49 +00:00
Sylvain Pion
b197e42c61
Slight optimization
2007-06-11 16:19:24 +00:00
Andreas Fabri
01e763217b
3.3 branch -> trunk
2007-06-04 14:27:09 +00:00
Andreas Meyer
3ad6028729
replaced largest space-consuming images by smaller jpegs
2007-06-01 18:53:54 +00:00
Andreas Meyer
7ed1a00c04
merge manual fixed from 3.3 branch back intro trunk:
...
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Sylvain Pion
ffcaac6112
Make SunCC happier.
2007-04-18 07:51:26 +00:00
Sylvain Pion
baff80a374
Remove semi-colons inside \ccNestedType as this pollutes the manual index.
2007-04-17 09:44:29 +00:00
Sylvain Pion
bd2971268b
Fix SVN keywords
2007-04-03 15:07:47 +00:00
Sylvain Pion
ae242392dc
Use CGAL_make_vector()
2007-04-02 20:19:14 +00:00
Christophe Delage
4bfb9c5b0f
Bug reported by Daniel Russel.
...
RT3::find_conflict did not check if the point it's given is hidden before calling
T3::find_conflicts.
Fixed.
2007-03-30 12:15:50 +00:00
Christophe Delage
a7f0ead112
Triangulation_3 iterator range insert and constructors now
...
use spatial_sort.
Examples and demos now call range insert when possible.
2007-03-30 09:30:22 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Sylvain Pion
05f564a1cb
Run aspell.
2007-03-29 14:06:34 +00:00
Sylvain Pion
338abbdad7
Run aspell.
2007-03-29 13:59:37 +00:00
Christophe Delage
a8ba70cf26
Corrects the example source names in the README (example_ prefix was still there).
...
Also adds an entry about examples/simplex.cpp
2007-03-27 08:54:03 +00:00
Andreas Fabri
52b4bda7af
removed unused parameters
2007-03-20 08:34:26 +00:00
Sylvain Pion
8ea8bddfce
Cure warning about missing base initialization (and fix a real bug in the process...)
2007-03-17 17:10:20 +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
507482cf86
Replace boost::rand48 by boost::minstd_rand as it is more portable
...
(the former requires uint64_t, and pgCC does not seem to have it).
2007-03-10 11:33:22 +00:00
Sylvain Pion
ce03ffdd1b
remove warning
2007-03-03 08:52:44 +00:00
Sylvain Pion
fa028cd4c5
remove warning
2007-03-03 08:51:50 +00:00
Andreas Fabri
47f0e8c689
Removed prefix example_ from the examples files
2007-02-26 18:18:43 +00:00
Andreas Fabri
d28cc6f486
added teaser
2007-02-20 19:41:58 +00:00
Sylvain Pion
069bcbde7f
Remove references to "see the Support Library Manual", since
...
we have the big integrated thing now.
2007-02-09 13:31:16 +00:00
Andreas Fabri
ff4e4038bd
Get rid of warning C4355: 'this' : used in base member initializer list
2007-02-05 21:36:08 +00:00
Sylvain Pion
ae1f333ec2
Remove Makefile (dont_submitted, and not uptodate, missing one test program...).
...
Rename .C to .cpp.
2007-01-27 20:34:21 +00:00
Sylvain Pion
4238833890
Remove files for obsolete images.
...
Specify ALT tag for the new picture.
2007-01-13 23:10:27 +00:00
Sylvain Pion
669a1c9bc9
Fix align=center in <img> to align=middle.
2007-01-13 21:23:45 +00:00
Sylvain Pion
d9313ba065
Properly link to Geomview_stream now that we can.
...
Mention that vertex/cell I/O operators are used in the I/O of T3.
2006-12-18 21:22:04 +00:00
Laurent Rineau
49cbf113ec
- add mirror_vertex and mirror_index in the ref page of Triangulation_2.
...
- reorganize the documentation of mirror_index, mirror_vertex and
mirror_facet in the ref pages of Triangulation_3 and the concept TDS_3.
2006-11-29 19:11:16 +00:00
Frédéric Cazals
7277631367
Also rename functor to avoid clash with non-weighted case
2006-11-21 10:08:03 +00:00
Frédéric Cazals
203dde0bd0
Rename with "weighted" to avoid clash with non-weighted version to come.
2006-11-21 09:56:48 +00:00
Michael Hemmer
43cd342945
rm problems with CGAL::sign(CGAL::Sign)
2006-10-30 11:39:30 +00:00
Monique Teillaud
49098985b5
more precondition fixes
2006-10-04 10:00:09 +00:00
Monique Teillaud
8bc4a07695
same here, even if it was not reported...
2006-10-04 08:34:56 +00:00
Monique Teillaud
3a10264858
precondition n>6 fixed to n>=6
...
(reported on cgal-discuss)
2006-10-04 08:11:42 +00:00
Nico Kruithof
dd96d5559d
removed extra template argument from find_conflicts to make SUN happy again.
2006-09-27 08:01:05 +00:00
Nico Kruithof
46fe35c57f
Moved the changes to the right place.
2006-09-19 13:00:14 +00:00
Nico Kruithof
af1a64e085
Updated changes.txt
2006-09-19 12:36:35 +00:00
Monique Teillaud
cb3c64a572
nico
2006-09-19 12:02:50 +00:00
Nico Kruithof
245a988b26
Coded one generic insert for Delaunay and regular.
2006-09-18 15:35:02 +00:00
Nico Kruithof
6841f56078
Adding the test where the Delaunay triangulation and a (unweighted)
...
regular triangulation are compared. Also added vertices_in_conflict
to Regular_triangulation_3.h for that.
2006-09-12 07:31:24 +00:00
Nico Kruithof
386b39ab4c
Weighted_points that are inserted multiple times in the regular
...
triangulation are discarded (instead of being inserted). This is
consistent with the behaviour of Triangulation_3 and
Delaunay_triangulation_3. See also change in the docs by Monique.
2006-08-25 09:48:07 +00:00
Monique Teillaud
2a9c25058d
- more details on insertion and hidden points
...
- behavior for equal points specified, now consistent with Triangulation_3
and Delaunay_triangulation_3 (change in code is going to be committed by Nico)
2006-08-25 09:36:34 +00:00
Nico Kruithof
9c781b9d34
Merged find_conflicts_{2|3} into find_conflicts.
...
Deprecated find_conflicts_{2|3}.
2006-08-25 09:25:33 +00:00
Nico Kruithof
7ce6d89b94
Adding the simplex class to the Triangulation_3 package.
2006-08-09 15:25:13 +00:00
Sylvain Pion
cdf486e7ae
w_p is the squared radius, not the radius
2006-08-09 10:02:25 +00:00
Andreas Meyer
b454b3febd
manual cleanup:
...
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Sylvain Pion
7fb437b9a9
\ccPrecond{Monique is picky}
2006-08-07 16:39:49 +00:00
Sylvain Pion
a7f269bf76
Fix buggy doc.
2006-08-07 16:17:13 +00:00
Sylvain Pion
a5c7104283
"equi-distant" -> "equidistant"
2006-08-07 16:13:17 +00:00
Andreas Fabri
d020d1c996
Added ccCreationVariable
2006-08-07 08:58:33 +00:00
Sylvain Pion
ed7a74e84d
missing \
2006-08-04 18:28:30 +00:00
Sylvain Pion
cf872de855
- Add a new TCellBase model Triangulation_cell_base_with_circumcenter_3,
...
which stores the circumcenter.
- Delaunay.dual() now calls the .circumcenter() function of the cell
to retrieve it.
- It implies a new requirement on the TCellBase, for the Delaunay::dual()
case, hence the default model T_cell_base_3 provides a new function
(and the concept is updated).
2006-08-04 18:23:08 +00:00
Sylvain Pion
102341c2c6
Delaunay :
...
- add function .dual_support(Cell_handle, int) returning a Line_3.
- replace the requirements Plane_3, Construct_perpendicular_line_3
and Construct_plane_3 by the new Construct_equi_distant_line_3.
2006-08-04 15:21:57 +00:00
Sylvain Pion
b67eec7d14
Remove blanks at end of line
2006-08-04 15:18:36 +00:00
Sylvain Pion
b694e24056
Fix typo in last change.
...
Specialize Regular_traits for Filtered_kernel<> instead of only EPICK,
to cover EPECK as well.
2006-08-03 22:10:19 +00:00
Sylvain Pion
1afa951839
- Add a "Kernel" typedef in the Regular_*_traits_* to be able to
...
fetch its template parameter.
2006-08-03 16:21:32 +00:00
Sylvain Pion
cd9143dccb
- Rename power_test() to power_test_3() to avoid clash with 2D.
...
(they were almost not documented)
2006-08-02 08:00:32 +00:00
Andreas Fabri
833035d00c
Fixed min max problem
2006-07-31 23:06:40 +00:00
Mariette Yvinec
4c0ba0b872
fixed a detail + TODO list
2006-07-19 12:54:27 +00:00
Monique Teillaud
54be839497
fixed: includes of examples after Andreas' changes .C -> .cpp
2006-07-14 07:41:38 +00:00
Sylvain Pion
45bfd07a83
Remove some #include <CGAL/Arithmetic_filter/...> (Filtered_exact stuff).
2006-07-12 12:03:52 +00:00
Laurent Rineau
780195eb9f
Revert incorrect revision 32406 for test/Triangulation_3/Makefile
2006-07-12 00:04:18 +00:00
Laurent Rineau
7f053b6b83
- fixed operators << and >> for triangulations, if the stream is in binary
...
mode
- fixed only if dimension()==3. If dimension()<3, tds.print_cells() should
be corrected. The handling of the dimension is ugly (copy-pasting). I
prefere not to fix that code.
Note 1: Test suite is ok.
Note 2: binary i/o operators are tested in Mesh_3
2006-07-12 00:00:48 +00:00
Andreas Fabri
b746ffb9e2
changed .C to .cpp in examples
2006-07-09 19:51:14 +00:00
Sylvain Pion
3490c38e98
- Qualify filter_iterator with CGAL:: to avoid ADL issues.
2006-06-15 08:49:29 +00:00
Monique Teillaud
7fe51c9623
more on design and impl. history
2006-06-12 09:49:01 +00:00
Monique Teillaud
8bf0c1cf18
wrong comment removed
2006-06-12 09:11:39 +00:00
Monique Teillaud
e55fd5cdcd
fix the manual, and mention the problems pointed out by Laurent R. about
...
non robustness with regular_traits<predefined_kernels>
2006-06-11 13:19:01 +00:00
Andreas Meyer
0e3d6b8143
manual bugfix (ccHowToCiteCgal)
2006-05-04 12:28:44 +00:00
Andreas Meyer
dc3ce8747e
\ccHowToCite --> \ccHowToCiteCgal
2006-05-03 11:24:03 +00:00
Andreas Fabri
71394066f5
Added ccHowTocite
2006-05-02 19:34:09 +00:00
Andreas Meyer
4099c4e11a
added mssing label
2006-04-27 12:38:49 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Monique Teillaud
844bfee09d
bug fix (TDS3 PkgDescription included in place of T3 PkgDescription)
...
+ license info in T3 added
2006-04-07 08:12:08 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri
eb999a72fe
Added license information
2006-04-06 15:18:09 +00:00
Monique Teillaud
3b14ce5978
fixed "maturity"
2006-04-06 07:46:02 +00:00
Andreas Fabri
798b0a044c
Added package descriptions
2006-04-05 20:46:31 +00:00
Andreas Fabri
3617c93317
cleanup of \sections
2006-04-05 13:57:35 +00:00
Andreas Fabri
8934213aa5
cleanup of \sections
2006-04-05 08:47:41 +00:00
Andreas Fabri
bb24e0097e
Added #ifdef CGAL_USE_GMP
2006-03-29 15:05:59 +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
Sylvain Pion
a9e6fec929
- Add missing operator==(NULL) for Facet_circulator.
2006-03-15 09:41:59 +00:00
Sylvain Pion
f5ecb3ff85
- I love emacs and its users...
2006-03-15 09:19:23 +00:00
Joachim Reichel
11a449ae00
Added/fixed CGAL_MAKEFILE= line in makefiles
2006-03-14 19:35:55 +00:00
Monique Teillaud
fec78fbd33
old pictures replaced by nicer ones by Pierre
2006-03-14 10:00:50 +00:00
Andreas Fabri
ce828e7398
Instead of forwarding it is enough to ot use using
2006-03-13 10:19:25 +00:00
Andreas Fabri
c2fedb4fb9
Forward call to base class as using directive fails for VC7 in Regular_triangulation_filtered_traits_3.h
2006-03-13 09:47:28 +00:00
Christophe Delage
b6dfec3274
when changing the prototype of RT3::remove_2D(), the old one was left over,
...
causing a warning.
2006-03-13 08:11:56 +00:00
Andreas Fabri
f5783d351b
Capitalized headings
2006-03-09 09:23:33 +00:00
Sylvain Pion
388ba779f3
- Fix frenchism : mecanism -> mechanism.
2006-03-06 17:22:00 +00:00
Monique Teillaud
61f24050dc
captions on figures moved to the right place
2006-03-04 07:28:36 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
ee07ad352c
Move packages to trunk root
2006-02-14 08:58:20 +00:00