Mariette Yvinec
8e2e8cdcf8
- fixed vertex_and_face_base_concept_checker in
...
Triangulation_data_structure_2.h
----------------------------------------------------------------------
2003-05-06 06:57:23 +00:00
Mariette Yvinec
92f9eed65e
merged midification for new design into main trunc
2003-04-17 08:11:05 +00:00
Sylvain Pion
ed666dbd49
- Comparable_iterator renamed Trivial_comparable_iterator.
2002-10-25 13:04:05 +00:00
Mariette Yvinec
df279327b9
added a macro to workaround MSC in Trivial_iterator.h
...
changed accordingly the def of Face_handle and Vertex_handle in TDS2
2002-08-26 15:36:15 +00:00
Mariette Yvinec
ebae46f4f3
Replaced CGAL::Pointer by CGAL::Comparable_iterator
...
in the implemantatins of Face_handle and Vertex_handle
2002-08-19 14:57:04 +00:00
Mariette Yvinec
46c934797a
- changed number types used in testsuite (get rid of LEDA and Gmp)
...
- add test for handle conversion operator of circulators and iterators
and operator-> for edge circulators and iterators
- fixed a detail in off_file_input
2002-03-06 14:33:57 +00:00
Mariette Yvinec
4dc104a8e9
fixed a detail in vrml_output
2002-03-01 10:52:37 +00:00
Mariette Yvinec
8d95dead21
std:: added
2002-03-01 10:06:10 +00:00
Mariette Yvinec
90b2b7615b
clean up
2002-03-01 09:28:22 +00:00
Mariette Yvinec
7db3b024a5
- adapted 2d triangulations to the DS_Container
...
- Iterators for finite elements implemented via a filtered iterator
2002-03-01 09:21:02 +00:00
Mariette Yvinec
c71baed4a1
changed "emit" to "emapit" to avoid a clash with Qt
2002-02-25 17:54:21 +00:00
Mariette Yvinec
95803e226c
fixed a bug in off_file_input
2002-02-20 08:56:36 +00:00
Sylvain Pion
3ab80a18c4
- Standard compliance fixes (GCC 3.x).
2002-02-15 09:48:20 +00:00
Mariette Yvinec
adf3fbe347
fixed off_file_input()
2002-02-11 18:07:31 +00:00
Mariette Yvinec
be102c6b31
- changed NULL default Face_handle argument to Face_handle(NULL)
...
in Triangulation_data_structure_2.h for vcc
- move code for operator*() and ->() inside class definition
in Triangulation_ds_circulator_2.h
2002-02-11 17:32:01 +00:00
Mariette Yvinec
2a63af82ab
added demo and examples for Constrained_triangulation_plus_2
...
off_file_input() in Triangulation_data_structure_2.h
doc for Constrained_triangulation_plus_2
2002-02-08 17:16:30 +00:00
Mariette Yvinec
0af212643a
fixed the derivation in Triangulation_line_face_circulator_2.h
2002-01-29 14:21:12 +00:00
Mariette Yvinec
6ac2f7bef1
cleaned commented lines
2002-01-24 14:24:29 +00:00
Mariette Yvinec
b20649d297
supressed references to type Point
...
in Triangulation_ds_vertex_2.h
nd Triangulation_data_structure_2.h
fixed a missing typedef in Triangulation_ds_iterators_2.h
2002-01-24 12:32:03 +00:00
Mariette Yvinec
a6735191ba
changed mirror_index, mirror_vertex in Triangulation_ds_face_2.h
...
and calls to index(Face_handle ) in Triangulation_data_structure_2.h
to fit the needs of the extended triangulatin data structure of
additively weighted Voronoi diagram
2002-01-22 16:13:48 +00:00
Mariette Yvinec
b3c1769ff6
cut a long line
2002-01-21 17:28:07 +00:00
Mariette Yvinec
e99fe306c0
- major change in Triangulation package :
...
-suppression of Triangulation_face_2 and Triangulation_vertex_2 classes
the TDS and Triangulation now have the same faces and vertices
defined in TDS class
as well as Face_handle and Vertex_handle classes
-supression of Triangulation_default_data_structure_2
and Triangulation_data_structure_using_list_2. There is now only
one Triangulation_data_structure_2 (which for the moment is still
using list).
2002-01-21 13:14:13 +00:00