Radu Ursu
a1e5c0ca01
25 March 2004 Radu Ursu
...
- made doc work with the new implementation of the Manual tools
2004-03-25 10:21:19 +00:00
Sylvain Pion
15c787dcc8
- Replace NULL by the default constructed handle in the doc.
2004-01-13 11:31:35 +00:00
Sylvain Pion
fb65b15805
- New types size_type and difference_type (like HDS and standard containers),
...
and the functions number_of*() and degree() now return size_type.
2003-12-12 20:40:37 +00:00
Sylvain Pion
62e30c3e26
- Add model CGAL::Triangulation_cell_base_with_info_3
2003-10-21 08:38:10 +00:00
Sylvain Pion
5601a0306d
doc updates
2003-10-20 19:19:52 +00:00
Monique Teillaud
8b1221dd72
small fixes
2003-10-20 15:16:01 +00:00
Sylvain Pion
f7c65ff114
- Typos
...
- Adds links to the new design section.
2003-10-17 12:18:40 +00:00
Sylvain Pion
9fa00654a8
- Fix destructor documentation,
...
so that the variable name doesn't appear in the index !
2003-09-03 16:16:18 +00:00
Sylvain Pion
cb0ec219f5
- Fix typo "starring a hole", not "staring a hole".
2003-09-03 14:59:19 +00:00
Sylvain Pion
74d0f57272
- Protext some \ccRefName{} by \lcTex{}.
2003-08-25 15:11:25 +00:00
Sylvain Pion
5485b8e7b3
- utils.[gif|eps|ipe] have nothing to do anymore in
...
doc_tex/basic/Triangulation_3/, they were copied in TriangulationDS_3_ref,
so I only keep the copies there, and move the utils.ipe source there too.
- htmlfiles files adjusted.
2003-07-31 16:31:53 +00:00
Sylvain Pion
10e8b16d3c
- Minor doc fixes.
2003-06-06 18:01:30 +00:00
Sylvain Pion
0c6a20eced
- Color images in the doc.
...
- A few small doc improvements.
2003-06-06 09:32:41 +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
19a6a69a23
- find_conflicts(), incident_vertices() and incident_cells() now return
...
their output iterators.
2003-05-30 09:36:56 +00:00
Sylvain Pion
7569ae0e7d
- Use Compact_container, and make [Vertex|Cell]_handle nested classes of TDS_3.
...
- Remove the undocumented [Vertex|Cell].handle() member functions.
- Remove Triangulation_iterator_handle_adaptor_3<> : make
Finite_[vertices|cells]_iterator nested classes of Triangulation_3.
2003-05-25 18:06:06 +00:00
Sylvain Pion
c9545a29ce
Merge from the new-design-branch
2003-05-08 16:12:28 +00:00
Sylvain Pion
5d928558a6
- Add tds.delete_vertices(first, last).
2003-01-14 13:04:49 +00:00
Sylvain Pion
3e9980f599
- undocument set_number_of_vertices(), and deprecate it.
2002-09-26 13:14:50 +00:00
Monique Teillaud
d96c43e1b2
- Cell.init(0 is obsolete.
2002-03-22 13:30:39 +00:00
Monique Teillaud
aca7bb18c9
- Iterators and circulators are convertible to handles.
2002-03-22 12:10:57 +00:00
Sylvain Pion
d273a1efb8
- Use STL_extension's Triple and Quadruple.
2002-01-22 09:59:38 +00:00
Sylvain Pion
401c70ad69
- Doc : update Tds_3 => TriangulationDataStructure_3.
2002-01-16 10:03:25 +00:00
Sylvain Pion
a2e9d1fc6c
- remove_from_simplex() renamed to remove_from_maximal_dimension_simplex().
...
- star_hole() renamed to insert_in_hole().
- various doc updates.
2002-01-14 15:32:54 +00:00
Sylvain Pion
de41d943ff
- Add IPE source file.
2002-01-11 17:53:02 +00:00
Sylvain Pion
6274980537
- Formatting.
2002-01-09 16:13:59 +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
ac6d917882
- degree() returns int instead of unsigned.
...
- New functions : _reorient(), remove_decrease_dimension(),
remove_from_simplex().
- Some functions work better in more dimensions : test_dim_down(),
incident_vertices().
2001-09-28 12:48:46 +00:00
Sylvain Pion
07beca8227
- New function degree(v).
2001-09-27 16:06:12 +00:00
Sylvain Pion
9fbc50aeb9
- doc updates.
2001-09-21 08:35:10 +00:00
Sylvain Pion
3b79035c4d
- Adds is_edge(Vertex_handle u, Vertex_handle v) in TDS.
...
- Adds incident_cells() and incident_vertices() templated by output iterators.
- various improvements.
2001-09-20 10:37:25 +00:00
Sylvain Pion
70e971f34e
- New function TDS::delete_cells(begin, end).
2001-09-03 16:39:22 +00:00
Sylvain Pion
18e7f467cd
- Internal classes now templated either by Tds or Tr so they are more easily
...
reusable.
2001-08-31 17:45:50 +00:00
Sylvain Pion
bc6ae368d1
- Remove documentation of TDS::insert_conflicts().
...
- Remove implementation details from Triangulation_utils_3.
2001-08-31 13:09:09 +00:00
Sylvain Pion
062fa9702a
- Document the precondition is_vertex() to delete_vertex().
...
- Replace strange ds_cell constructor by the copy_constructor.
- Remove unused function init().
2001-08-17 17:30:31 +00:00
Susan Hert
44a7753b9f
added missing .eps and .gif files (files are duplicated elsewhere but need to
...
be here too for HTML conversion)
2001-08-03 17:02:48 +00:00
Susan Hert
32a4fdefd5
moved doc_tex/basic/*_ref directories up one level
2001-08-01 12:15:22 +00:00