Mariette Yvinec
34997578f6
fixed by Mariette of the vertex_triple_index
2004-04-09 07:10:41 +00:00
Mariette Yvinec
937f9f3f08
- added is_Gabriel in Delaunay_triangulation_3.h + test
...
- slightly changed is_Gabriel in Regular_triangulation_3 to make
the whoe more homogeneous
- is_Gabriel is still to be documented in Delaunay and Regular
(waiting for new wrapper and tools of the doc)
2004-04-02 14:18:42 +00:00
Mariette Yvinec
9c01f68640
- move vertex_triple_index[4][3] to Triangulation_utils_base_3
...
- added is_Gabriel + test in Regular triangulation
still to be done : add is_Gabriel in Delaunay
use it in Alpha_shape
2004-03-05 10:09:02 +00:00
Mariette Yvinec
cbef307ba9
added
2004-03-04 16:28:39 +00:00
Sylvain Pion
090585eaf5
- G++ 3.4 fixes.
2004-02-28 21:03:01 +00:00
Sylvain Pion
02cda57641
- Fix Regular_3.
2004-02-26 15:39:01 +00:00
Mariette Yvinec
73f4890add
added weighted_circumcenter for 4 weighted points
...
and dual of Regular_triangulation_3 cells
2004-02-12 17:56:15 +00:00
Mariette Yvinec
469c97106b
fixed a long line
2004-02-09 18:10:14 +00:00
Mariette Yvinec
fe58bb4300
added nearest_power_vertex + test in Regular_triangulation_3.h
2004-02-09 18:09:00 +00:00
Sylvain Pion
40e44e255e
- Replace NULL by default constructed Handles.
2004-01-13 09:37:13 +00:00
Sylvain Pion
ed698a6e7b
- Remove useless friend declarations.
2004-01-08 20:24:23 +00:00
Sylvain Pion
1353275246
- Get rid of CGAL_NULL_TMPL_ARGS.
2003-12-04 10:59:16 +00:00
Sylvain Pion
391112b287
- Remove deprecated functions push_back() and copy_triangulation().
2003-11-20 09:46:07 +00:00
Sylvain Pion
8f5ac8d061
remove spaces at ends of lines
2003-10-20 18:31:08 +00:00
Sylvain Pion
ace0a0f1fa
- Change all headers to the new format/license.
2003-09-18 10:27:16 +00:00
Monique Teillaud
cbd5e04ce6
bug fix in is_valid
...
(bug reported by Nico)
2003-07-07 12:24:12 +00:00
Sylvain Pion
d6ceb627ed
- Actively deprecate copy_triangulation() and push_back().
...
- Move doc of Triangulation_utils_3 to TDS chapter.
- Document new concept TriangulationHierarchyVertexBase_3.
- Various doc improvements.
- Add Triangulation_vertex_base_with_info<Info, GT, Vb>.
- Add Triangulation_cell_base_with_info<Info, GT, Cb>.
- Add create_vertex(Vertex_handle), and document it as well as create_cell(Ch).
2003-06-02 12:42:11 +00:00
Sylvain Pion
c9545a29ce
Merge from the new-design-branch
2003-05-08 16:12:28 +00:00
Sylvain Pion
02b1ce45c0
- MipsPro didn't like the changes for newer GCC.
...
Change this->enum to Tr_Base::...
2003-01-22 14:38:06 +00:00
Sylvain Pion
e6d28b7645
- Better support newer GCC.
2003-01-20 16:09:59 +00:00
Sylvain Pion
ea701aa4c6
- New template ctor.
...
- Improved is_valid().
- New handling of coinciding points : we update the triangulation is the new
one is heavier. This uncovered some problems for dimension 0 and 1
(e.g. a new predicate is needed for dimension 0).
2003-01-14 13:40:59 +00:00
Sylvain Pion
0202c4769f
- Split insert_conflict() in insert_conflict_2() and insert_conflict_3().
2002-04-12 22:39:42 +00:00
Monique Teillaud
ba4efc870a
- Remove useless ->handle()
...
- Remove Iterator_base.
2002-03-22 16:26:05 +00:00
Sylvain Pion
56692ce622
- New function insert(Point, Locate_type, Cell_handle, int, int).
2002-02-18 17:44:24 +00:00
Monique Teillaud
161b2cc4bc
*** empty log message ***
2001-12-17 14:08:43 +00:00
Sylvain Pion
30cc513a0b
- TDS::insert*() doesn't support the first Vertex_handle superfluous argument.
...
- Document this change, as well as remove_decrease_dimension(),
remove_from_simplex(), reorient().
2001-10-26 09:45:31 +00:00
Sylvain Pion
44a5ece648
- New function TDS::create_face() to prepare for the merge TDS_2/TDS_3.
2001-09-27 10:18:15 +00:00
Sylvain Pion
805c36b7ab
- Change argument order of set_adjacency().
2001-09-24 17:57:00 +00:00
Sylvain Pion
42994a87ed
- Move set_number_of_vertices() into create_vertex()/delete_vertex().
2001-09-24 11:50:01 +00:00
Sylvain Pion
e3e3528f21
- New function find_conflicts(Point, Cell_handle, bfit, cit, ifit) in
...
Delaunay.
- New star_hole(Vertex_handle, cell_begin, cell_end, Cell_handle, int) in TDS.
- New Get_one_output_iterator.
- create_star_[23] are back ans faster.
2001-09-20 10:26:53 +00:00
Sylvain Pion
cef5ebc5fe
- More consts in the Conflict_testers.
2001-09-18 18:28:02 +00:00
Sylvain Pion
9138993d59
- const correcteness in remove() and co.
...
- New function : bool coplanar(p, q, r, s);
2001-09-18 17:57:28 +00:00
Sylvain Pion
26f53db953
- Finite_vertex_iterator -> Finite_vertices_iterator, idem for cell, facet and
...
edge.
2001-09-17 16:58:32 +00:00
Sylvain Pion
4bf48624b3
- Replace &* by ->handle().
2001-09-13 17:14:03 +00:00
Sylvain Pion
305e9efa7e
- Add missing typedefs for GCC 3.
2001-09-11 14:24:03 +00:00
Sylvain Pion
3a879d286c
- Split *_iterators into Finite_*_iterators.
2001-09-07 19:06:33 +00:00
Sylvain Pion
dad4705287
- TDS functions now use handles instead of pointers.
...
- Triangulation::Vertex == TDS::Vertex. Idem for Cell.
- Handles can't be constructed from iterators/circulators : &* is needed.
- More simplifications.
2001-09-07 15:53:31 +00:00
Sylvain Pion
70e971f34e
- New function TDS::delete_cells(begin, end).
2001-09-03 16:39:22 +00:00
Sylvain Pion
fdad40eb7f
- insert_conflict() now increases the number of vertices.
2001-09-03 16:21:26 +00:00
Sylvain Pion
84cc95f90a
- Move find_conflict() and insert_conflict() from the TDS to Triangulation.
...
- Rewrite TDS::create_star to TDS::star_hole_[23].
- New TDS internal functions change_orientation(Cell *) and
set_adjacency(Cell *a, Cell *b, int a, int b).
2001-08-31 13:00:20 +00:00
Sylvain Pion
3ed5ceecfe
- Commonize code between operator=() and copy_triangulation() in
...
Triangulation_3.h.
- Remove useless template arguments in the copy ctor.
2001-08-13 15:19:40 +00:00
Sylvain Pion
e39c99682f
- Don't put the traits' function objects as data members of the
...
triangulations.
2001-07-20 12:07:41 +00:00
Sylvain Pion
a74f95fdb9
- Replace Coplanar_orientation_3 taking 4 points, by the one taking 3 points.
...
- Remove Collinear_3 from the traits.
2001-07-18 14:21:26 +00:00
Sylvain Pion
a0fa2007f7
- replace delete Cell by delete_cell() in Regular.
2001-07-13 10:07:51 +00:00
Sylvain Pion
e559e0bd02
- New functions : TDS.create_vertex() and TDS.delete_vertex().
2001-07-09 19:16:59 +00:00
Sylvain Pion
c9e2ee96af
- Use tds.create_cell() instead of new Cell + add_cell.
2001-07-03 09:43:57 +00:00
Monique Teillaud
43b93b29f5
auteurs verifies et mis a jour, entetes uniformisees
2001-06-21 18:03:45 +00:00
Monique Teillaud
5bd678a5a9
default template parameters
2001-06-18 20:52:12 +00:00
Sylvain Pion
37162f7184
- Regular works again
2001-05-18 18:04:09 +00:00
Sylvain Pion
2d4e762673
- Fix BCC/KCC warning.
2001-05-17 08:53:34 +00:00