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
46cd91a479
cleaning up
...
remove of one creator in Triangulation_ds_handles_2.h
replaced by a conversion operator in Triangulation_line_face_circulator_2.h
2002-02-13 10:46:16 +00:00
Mariette Yvinec
0e96cd8070
remove the derivation from Tds::Face_handle in
...
Triangulation_line_face_circulator_2.h
2002-02-12 17:32:00 +00:00
Mariette Yvinec
9b2123313d
improvement of line_face_circulator_2
...
by spion
2002-02-12 16:30:31 +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
97d3b7319f
added doc for Constrained_triangulation_plus_2
...
and an example
2002-02-05 14:23:28 +00:00
Mariette Yvinec
37f71b871d
still typenames
2002-02-01 07:50:27 +00:00
Mariette Yvinec
d1754b2001
add a few more typenames
...
chande include file to utility for pair
2002-01-31 17:46:23 +00:00
Mariette Yvinec
4ad5a1096c
added "typename"s in Constrained_triangulation_plus_2.h
...
and Constraint_hierarchy_2.h
2002-01-31 11:07:21 +00:00
Mariette Yvinec
f56c8dfbd2
added missing typenames in
...
Constrained_triangulation_plus_2.h
Constraint_hierarchy_2.h
2002-01-30 12:14:09 +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
39758eb8ef
fixed star_hole in Constrained_triangulation_2.h
...
added constraint and subcondtrained iteratours in
Constrained_triangulation_plus_2.h
2002-01-28 16:36:53 +00:00
Mariette Yvinec
d555229282
fixed include in constructions_on_weighted_points_cartesian_2.h
2002-01-28 12:49:04 +00:00
Mariette Yvinec
06e56c635c
fixed a detail in Triangulation_ds_iterators_2.h (for Sun Pro CC)
...
removed references to type RT in Weighted_point.h
replaced in Regular_triangulation_euclidean_traits_2.h
references to Point::RT by Point::R::RT
2002-01-24 15:05:21 +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
9ce346cc6c
readded files :
...
Triangulation_data_structure_using_list_2.h
Triangulation_default_data_structure_2.h
for backwards compatibility
2002-01-23 08:15:50 +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
54cf28f9a3
-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:45:55 +00:00
Mariette Yvinec
cb814a10bf
cut long lines
2002-01-21 13:18:06 +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
Mariette Yvinec
c8dddb9f03
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
-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:12:40 +00:00
Mariette Yvinec
2fbb50d2d9
overload of star_hole in Constrained_triangulation_2.h
...
to restore constraint status
2002-01-14 17:17:51 +00:00
Mariette Yvinec
eb9ba70cf8
fixed a bug in star_hole()
2002-01-09 13:14:20 +00:00
Mariette Yvinec
5a5fea3833
added prefic CGAL_CLIB_STD in front of ptrdiff_t and size_t
2002-01-08 10:29:10 +00:00
Mariette Yvinec
b63a7e05c5
fixed the test of /Constrained_triangulation_plus_2.h
...
and Constraint_hierarchy_2.h
2002-01-08 09:50:49 +00:00
Mariette Yvinec
e3f6f3daf0
protected Constrained_triangulation_plus_2 and Constraint_hierarchy_2
...
against inserting twice the same constraint.
improved the print() of the Constraint_hierarchy_2
2002-01-04 14:27:15 +00:00
Sylvain Pion
315c464f23
- Add missing typenames.
2001-12-21 11:15:52 +00:00
Sylvain Pion
66b16684de
- SunPro support.
2001-12-03 09:03:48 +00:00
Mariette Yvinec
d3d66c3073
- replace "assert" by "CGAL_triangulation_assertion"
...
- in Regular_triangulation_euclidean_traits_2<R,W>
changed the default for W from R::FT to R::FT
2001-10-30 16:24:12 +00:00
Sylvain Pion
149cfe09fd
- Use make_object().
2001-10-08 14:20:12 +00:00
Sylvain Pion
80dbe7df70
- Add missing typenames.
2001-10-08 08:04:36 +00:00
Mariette Yvinec
bddc692837
added operator>() requested by Sylvain
2001-09-13 17:14:54 +00:00
Mariette Yvinec
103dabd777
cleaning up
2001-09-13 08:59:56 +00:00
Mariette Yvinec
1a137787eb
added queries for the constraints hierarchy in Constraint_hierarchy_2.h
...
and Constrained_triangulation_plus_2.h
added test for Constrained_triangulation_plus_
added a kiltered kernel test in _test_types.h
2001-09-13 08:51:36 +00:00
Mariette Yvinec
ff1357863e
- changed creators of Pointer for Spion needs
2001-09-10 08:47:39 +00:00
Mariette Yvinec
e972063f06
merge with branch wi_branch
...
different versin of Constrained_triangulation_plus_2.h
are now provided for :
exact computations
exact predicates and approximate intersection construction
no support of constraint intersections
2001-08-14 14:49:31 +00:00
Mariette Yvinec
9f713f4ae3
fixed Side_of_oriented_circle_2
2001-08-14 13:19:41 +00:00
Mariette Yvinec
4eeb877e2a
added entires in index for voronoi and power diagrams
2001-07-25 07:22:44 +00:00
Mariette Yvinec
84f24f8249
fixes in doc
...
changed Side_of_oriented_circle_2_3 in Triangulation_2_traits_3.h
2001-07-09 09:01:05 +00:00
Mariette Yvinec
7c0c56318a
added:
...
#include <map>
2001-07-06 13:18:45 +00:00
Mariette Yvinec
e558794162
changed CGAL::compare_y<R>(p,q) and CGAL::compare_z<R>(p,q)
...
in CGAL::compare_y(p,q) and CGAL::compare_z(p,q)
2001-07-03 07:27:31 +00:00
Mariette Yvinec
a09f5d39c2
fixed the "or" variables in Triangulation_2_traits_3.h
2001-07-03 07:16:46 +00:00
Mariette Yvinec
98f20dce1f
changed the names of conflicts function in Delaunay and
...
constrained Delaunay triangulations
2001-06-22 09:35:33 +00:00
Mariette Yvinec
63dc3306ac
*** empty log message ***
2001-06-21 20:41:32 +00:00