Laurent Rineau
b656ba9ec3
Fix tab lenght problems.
2006-07-19 16:22:58 +00:00
Marc Scherfenberg
a8fc09e2ad
- added newline at the end of the file in order to avoid a compiler warning
2006-07-19 16:21:47 +00:00
Marc Scherfenberg
8537339871
- added newline at the end of the file in order to avoid a warning message
2006-07-19 16:21:09 +00:00
Marc Scherfenberg
623840f995
- deleted unnecessary rules
2006-07-19 16:15:23 +00:00
Marc Scherfenberg
d347e011e4
- added rules for compiling nb2mesh
2006-07-19 16:09:17 +00:00
Marc Scherfenberg
f0f7a2bfdd
- needed for compiling nb2mesh
2006-07-19 16:04:06 +00:00
Marc Scherfenberg
2b8b8be3ae
- needed for compiling nb2mesh
2006-07-19 16:03:16 +00:00
Marc Scherfenberg
5f497f1e87
- a tool converting .[no]boite[b]-meshes to .mesh[b]- and .amdba3-meshes
2006-07-19 16:02:16 +00:00
Marc Scherfenberg
c38ff6f96c
- added description for nb2mesh
2006-07-19 15:59:09 +00:00
Laurent Rineau
b5688a2c29
- improved applications/lanteri.cpp. It know compute histograms of
...
dihedral min angles, too
2006-07-12 08:37:45 +00:00
Marc Scherfenberg
e91b67dae7
added calculation of the minimal dihedral angles of the tetrahedra
2006-07-12 08:21:38 +00:00
Laurent Rineau
c4441424cc
revert r32399 of lanteri_utils.h
2006-07-11 16:31:09 +00:00
Laurent Rineau
9303d44752
New svn:ignore property:
...
- added test_off,
- reordered.
2006-07-11 16:18:29 +00:00
Laurent Rineau
cb8270ed2e
small patch to applications/lanteri_utils.h
2006-07-11 12:13:14 +00:00
Laurent Rineau
f5c912e666
- major switch from .C to .cpp. Andreas's script left a lot of things that
...
had to be fixed manually.
- new debug macro in <CGAL/Surface_mesher/Standard_criteria.h>
- CGAL_MESH_3_DEBUG_CRITERIA
Used in test/Mesh_3/combined_spheres*.cpp
2006-07-10 10:12:38 +00:00
Laurent Rineau
64f00321ad
minor rewrite of test_off.C
2006-07-10 09:49:04 +00:00
Laurent Rineau
19f698b379
better outputs in lanteri.C
2006-07-10 09:48:18 +00:00
Laurent Rineau
a76ffb5814
Fix revision 33240:
...
- tab caracteres
- no need to include <CGAL/centroid.h>
- no need to use the kernel: the global function is enough for a tool.
2006-07-06 16:04:21 +00:00
Marc Scherfenberg
a26560da97
the volume indices are set by the barycentre instead of the circumcentre now
2006-07-06 15:01:04 +00:00
Marc Scherfenberg
f0e7e192b7
fixed mix-up of max and min in 'compute_max_min_sum_size'
2006-07-06 12:49:53 +00:00
Laurent Rineau
bf07fad719
new way of dealing with dependencies, in my packages
2006-07-05 16:28:34 +00:00
Laurent Rineau
e71175bbae
new improved version of lanteri.C
2006-07-05 14:59:39 +00:00
Laurent Rineau
707580d740
commit an update of lanteri_utils.h, by Marc Scherfenberg
2006-07-05 12:43:53 +00:00
Laurent Rineau
6c2d400c05
Make lanteri_process_results.C no longer not depend on the number of surfaces.
2006-07-05 12:36:12 +00:00
Laurent Rineau
3d65d85835
fix an compilation error in Sliver_exuder.C
2006-07-05 07:00:38 +00:00
Laurent Rineau
1e456740f2
another fix of Slivers_exuder
2006-06-28 17:09:37 +00:00
Laurent Rineau
d697959f2a
use filtered regular traits in applications/
2006-06-27 11:36:57 +00:00
Laurent Saboret
1acd95840f
Fixed svn:executable property
2006-06-23 13:40:36 +00:00
Laurent Rineau
c089992a3d
Fix applications/slivers_exuder.C
2006-06-23 09:16:18 +00:00
Mariette Yvinec
12be93358d
add the program I forgot in previous commit
2006-06-21 06:36:57 +00:00
Mariette Yvinec
e8368d4228
add a program ti test OFF file
2006-06-20 15:56:19 +00:00
Laurent Rineau
5c6b881a1d
** In Surface_mesher:
...
- remove subdirectories of include/CGAL/Surface_mesher: files of Criteria/
and Oracles/ are moved one step back.
- repear the polyhedral oracle
- Implicit_oracle.h is now Implicit_surface_oracle.h (and the class has
been renamed too.
- no longer "Kernel_point" trick in Implicit_surface_oracle.h
- *but* "Kernel_point" trick is needed in Polyhedral_oracle.h! :-(
** In Mesh_3:
- repear examples/Mesh_3/polyhedral_surface_mesher.C
- add two input files in ./inputs/*.off (with their medit files)
2006-06-13 13:08:19 +00:00
Laurent Rineau
171707f114
- sliver exuder fixed,
...
- Combining_oracle fixed too.
2006-06-07 12:55:01 +00:00
Laurent Rineau
b2a71386fa
Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
...
"cannot_wait_for_CGAL-3.2" to the trunk.
My idea: the branch is the real working version, and I want it to be joined
back to the trunk:
__________________________ cannot_wait_for_CGAL-3.2 branch
/ \
/ \
-------------------------------------------- trunk
S M
The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
The trunk versions of these three packages have been removed already.
2006-06-06 13:38:16 +00:00
Laurent Rineau
ebb3f7c912
Remove trunk of Mesh_2, Mesh_3 and Surface_mesher.
...
Do not worry: I will "svn cp" the branch "cannot_wait_for_CGAL-3.2" into the
trunk, and the trunk will inherit from the logs of the branch.
My idea: the branch is the real working version, and I want it to be joined
back to the trunk:
__________________________ cannot_wait_for_CGAL-3.2 branch
/ \
/ \
-------------------------------------------- trunk
S M
The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
2006-06-06 13:36:21 +00:00
Laurent Rineau
361b29b976
Another test...
2006-06-06 13:26:02 +00:00
Laurent Rineau
0744238abe
Just a test...
2006-06-06 13:24:50 +00:00
Laurent Rineau
629bb0c0ff
- Too much changes, after Surface_mesher API changes.
...
- example/Mesh_3/implicit_surfaces_mesher_3.C compiles
- applications/ too.
- This package is still under reconstruction. Do no expect any from it!
2006-04-05 21:23:40 +00:00
Laurent Rineau
ba53fc3365
- demo now output an off file, probably non oriented.
...
- Mesh_3/application/off_to_medit.C helps to convert it to a medit file.
2006-04-05 08:57:15 +00:00
Laurent Rineau
11d211c2ef
added a new tool: off_to_medit, that creates a medit file from an off file.
...
Note to the release manager: this is not submitted!
Additionnaly, patch some files in the applications subdir.
Not submitted either.
2006-04-04 22:04:00 +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
Laurent Saboret
541f5f7f0e
Remove .cvsignore files (changed to svn:ignore properties)
2006-02-14 09:20:20 +00:00
Laurent Saboret
8b43d295ce
Move packages to trunk root
2006-02-14 08:58:16 +00:00