Commit Graph

236 Commits

Author SHA1 Message Date
Laurent Rineau 5b79951cce - fix last patch: the vertex iterator class needs a little more sugar
(thanks to Mariette how spotted this out).
- extend the testsuite to check that
2006-07-28 14:02:07 +00:00
Laurent Rineau 7967427be6 - fix a bug: c2t3::Vertex_iterator should be convertible to Vertex_handle,
as usuall vertex iterators of CGAL triangulations.
2006-07-26 12:46:44 +00:00
Mariette Yvinec 4e407953a4 add stuff concerning off output 2006-07-18 08:25:12 +00:00
Laurent Rineau 1d23a00b1a - fixed i/o operators, in binary mode, of Point_with_surface_index and
Weighted_point_with_surface_index
2006-07-12 01:04:05 +00:00
Laurent Rineau b275743f60 - fixed i/o operators, in binary mode, for C2t3_cell_base_3,
- fixed input operator of c2t3. It know deals correctly (I hope), with the
  edge_facets_counter member.
- added a new class Surface_mesh_default_triangulation_3
- use Surface_mesh_default_triangulation_3 in test_c2t3_iterators.cpp, as a
  test.
2006-07-12 00:10:41 +00:00
Laurent Rineau 73b57b6306 fix a typo 2006-07-10 11:30:11 +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 239b8d706d major switch from .C to .cpp. Andreas's script left a lot of things that
had to be fixed manually.
2006-07-10 09:56:38 +00:00
Laurent Rineau c46d6791fc minor fix in examples/Surface_mesher/ImageIO/imageio.mk 2006-07-10 09:53:50 +00:00
Laurent Rineau 7923326287 - add a new macro CGAL_MESHES_DEBUG_REFINEMENT_POINTS (see Mesh_2 changelog
too) in <CGAL/Surface_mesher/Surface_mesher.h>
2006-07-10 09:41:01 +00:00
Laurent Rineau 457f890f8b attempt to add an operator<< to Quality 2006-07-10 09:37:57 +00:00
Laurent Rineau afc214fb76 fix of CGAL_SURFACE_MESHER_DEBUG_CONSTRUCTORS in Sphere_oracle_3.h 2006-07-10 09:37:33 +00:00
Laurent Rineau 6698d77abc - remove a buguy debug output, in
include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h
2006-07-10 09:36:53 +00:00
Andreas Fabri be0f6c1665 changed .C to .cpp in examples 2006-07-09 19:48:49 +00:00
Laurent Rineau 8d20adb615 Rename find_non_header_macros to find_non_debug_macros. 2006-07-07 11:57:58 +00:00
Laurent Rineau fea12e811b small script to find which non-DEBUG macro i use in my code 2006-07-07 11:52:31 +00:00
Laurent Rineau ceffe07d4e small script to find which DEBUG macro i use in my code 2006-07-07 09:58:53 +00:00
Laurent Rineau 40de68f0da - fix typos in make_surface_mesh.tex.
- in Surface_mesher_ref/intro.tex, change "Global Functions" to
  "Function Templates", and capitalize "Tag classes" to "Tag Classes"
(This patch will be submitted in the CGAL-3.2.x branch.)
2006-07-06 09:30:50 +00:00
Laurent Rineau a74ad391e6 Fix the date of last entry. Strange that yesterday I tought we were tomorrow! 2006-07-06 09:18:28 +00:00
Laurent Rineau bf07fad719 new way of dealing with dependencies, in my packages 2006-07-05 16:28:34 +00:00
Laurent Rineau adc307ab63 - move Point_traits.h from Mesh_3 to Surface_mesher, to avoid an unneeded
dependancy
2006-07-05 06:59:41 +00:00
Laurent Rineau 5f53f7668e - fix the oracle Sphere_oracle_3
- added a test in Surfacer_mesher
2006-07-05 06:57:28 +00:00
Laurent Rineau 9e9034e412 fix s/intersect/intersection in the octree 2006-06-30 15:38:27 +00:00
Laurent Rineau ed1f7bcdfd fix operator>> for c2t3, so that number_of_facets is computed correctly 2006-06-28 17:05:41 +00:00
Laurent Rineau 931b4cfb11 extends Robust_circumcenter_traits_3 so that this class is model of
ConstructCicumcenter_3.
2006-06-28 17:04:31 +00:00
Laurent Rineau 768c783d89 fix a warning: comp. between signed and unsigned int 2006-06-27 16:59:04 +00:00
Laurent Rineau c09eb61cc7 fix the last commit 2006-06-27 11:35:38 +00:00
Laurent Rineau 89bfa685e3 merge some examples/Mesh_3 modifications to demo/Surface_mesher 2006-06-26 14:10:30 +00:00
Laurent Rineau d0d24488f5 - in Surface_mesher:
- remove deprecated include/CGAL/Surface_mesher/Implicit_surface.h
  - rename CGAL::Surface_mesher::Implicit_surface_oracle to
           CGAL::Surface_mesher::Implicit_surface_oracle_3
    and then, rename include/CGAL/Surface_mesher/Implicit_surface_oracle.h
    to include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h
- in Mesh_3: adapt code to the above change.
2006-06-26 12:42:39 +00:00
Laurent Rineau 00e588aed7 modified a comment, to be more explicit 2006-06-26 12:29:39 +00:00
Laurent Rineau 9eaa9ee75b - fix all iterators of C2t3!!
- added a test to test that these iterators works...
2006-06-23 15:35:33 +00:00
Sylvain Pion e8cbc79348 - Typos "Triagulation".
- Fix \ccPkgIntroducedInCGAL for d-d convex hull.
2006-06-19 12:12:49 +00:00
Laurent Rineau 65519abd31 prefix filter_iterator with CGAL::, to prevent ADL 2006-06-17 05:42:30 +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 ab88dda917 temp commit 2006-06-13 06:38:16 +00:00
Laurent Rineau f90b94529d I forgot this file, in the previous commit. 2006-06-07 12:55:35 +00:00
Laurent Rineau 171707f114 - sliver exuder fixed,
- Combining_oracle fixed too.
2006-06-07 12:55:01 +00:00
Laurent Rineau 58d9d6ad87 remove the old code Multi_implicit_oracle.h (in Surface_Mesher), and
multi_spheres.C (in Mesh_3).
2006-06-06 14:44:44 +00:00
Laurent Rineau 8d43b786ae 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:17 +00:00
Laurent Rineau 24535549b2 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:22 +00:00
Andreas Fabri 48cbac69b1 A dedicated vcproj file, as it needs imageio 2006-05-17 15:48:11 +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 4530af2ce7 Added ccHowTocite 2006-05-02 20:21:31 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri 1880cd49c2 Added 3D 2006-04-21 09:19:36 +00:00
Laurent Rineau bf91dce952 - the patch of 15 April broke examples.
- s/ZLIB/CGAL_USE_ZLIB/
- ugly hack: need to include <CGAL/compiler_config.h> in imageio.h!
2006-04-21 08:25:41 +00:00
Laurent Rineau a441b824a4 minor fixes in the documentation, after the second review of Efi. 2006-04-20 21:34:51 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Laurent Rineau 7c9efd472c try to fix the zlib problem 2006-04-19 09:23:53 +00:00