Mael Rouxel-Labbé
15979cd037
Fixed missing dependency in T3's documentation
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
f964171f14
Fixed Point / Point_3 issues in T3 and improved the documentation
...
-- Do not use concept names as template names in the doc
-- Fixed point / point_3 issues and other problems of coherence between concept
and model
-- Fixed some wrong refinement relationships
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
77e6ed8aec
Fixed Point typedef in Triangulation_3 doc
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
992bd6e263
Fixed documentation of Regular cell bases
...
-- Regular_triangulation_cell_base_3 must document hidden_points handling
functions
-- Regular cell bases must document their Point type
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
a64fb2f271
Cleaned Weighted_point_mappers from the documentation
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
9bfe9b24a5
Trimmed Construct_point_23's note in TriangulationTraits_23
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
104baabaeb
Aligned the concept RegularTriangulationCellBase_3 with other similar concepts
...
That is, it should define the type `Point` (instead of `Weighted_point`), like
in TriangulationVertexBase_3 and RegularTriangulationVertexBase_3.
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
31dc2998a5
Clarified some documentation about the usage of Construct_point_23 in TTraits_23
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
9fbf2720ce
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
52e366ebd3
TriangulationTraits_23 refine SpatialSortingTraits_23 for Hilbert sorting
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
f9b65eeac0
Small improvements to the (Regular)TriangulationTraits_2/3 concepts
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
42506237b2
Add Construct_point_2/3 to the concepts of triangulation traits
...
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
f0d3e77558
Fixed usage of Bare point and Weighted point across Triangulation_3
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
e08b054aff
Trimmed Regular triangulation euclidean traits (doc version)
...
Now that the traits is exactly the kernel, there isn't a big need for a lot of
documentation.
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
3c42724e22
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 41e7520b3e
2017-06-15 15:07:53 +02:00
Mael Rouxel-Labbé
5018c014b7
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 41e7520b3e
2017-06-15 15:07:53 +02:00
Mael Rouxel-Labbé
7beae5f1af
Minor doc fixes
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
98800d2de8
Fixed regular triangulation capitalization across CGAL
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
77f415f02c
Minor doc changes
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
6e3f07a72d
Adapted the documentation to the new concept RegTrCellBaseWithWeightedCircumcenter
...
- MeshCellBase_3 loses "invalidate_circumcenter" and refines the new concept
- Reg_tr_cell_base_with_weighted_circumcenter_3 is a model of the new concept
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
027ef8e22f
Added new concept RegularTriangulationCellBaseWithWeightedCircumcenter_3
...
Describes the requirements of a base cell that caches its weighted circumcenter
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
c28381d728
Fixed missing dependency in T3's documentation
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
9fa4df6ece
Fixed Point / Point_3 issues in T3 and improved the documentation
...
-- Do not use concept names as template names in the doc
-- Fixed point / point_3 issues and other problems of coherence between concept
and model
-- Fixed some wrong refinement relationships
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
4a31b6bff7
Fixed Point typedef in Triangulation_3 doc
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
2c9fd32ddb
Fixed documentation of Regular cell bases
...
-- Regular_triangulation_cell_base_3 must document hidden_points handling
functions
-- Regular cell bases must document their Point type
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
30efb5deb6
Cleaned Weighted_point_mappers from the documentation
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
1d6fb4764b
Trimmed Construct_point_23's note in TriangulationTraits_23
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
99989b9247
Aligned the concept RegularTriangulationCellBase_3 with other similar concepts
...
That is, it should define the type `Point` (instead of `Weighted_point`), like
in TriangulationVertexBase_3 and RegularTriangulationVertexBase_3.
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
4003f28fcb
Clarified some documentation about the usage of Construct_point_23 in TTraits_23
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
451f084021
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
93d16a4d23
TriangulationTraits_23 refine SpatialSortingTraits_23 for Hilbert sorting
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
e44fe83070
Small improvements to the (Regular)TriangulationTraits_2/3 concepts
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
1f34ef2b2d
Add Construct_point_2/3 to the concepts of triangulation traits
...
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-06-15 10:34:15 +02:00
Mael Rouxel-Labbé
73b572a7f0
Fixed usage of Bare point and Weighted point across Triangulation_3
2017-06-15 10:32:03 +02:00
Mael Rouxel-Labbé
d6efc61ddd
Trimmed Regular triangulation euclidean traits (doc version)
...
Now that the traits is exactly the kernel, there isn't a big need for a lot of
documentation.
2017-06-15 10:32:03 +02:00
Mael Rouxel-Labbé
5955f9c7c0
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 67c531af53
2017-06-08 14:37:26 +02:00
Mael Rouxel-Labbé
1f8b6d3e19
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 67c531af53
2017-06-08 14:37:26 +02:00
Mael Rouxel-Labbé
d5175e0e2e
Minor doc changes
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
c1693b9a75
Adapted the documentation to the new concept RegTrCellBaseWithWeightedCircumcenter
...
- MeshCellBase_3 loses "invalidate_circumcenter" and refines the new concept
- Reg_tr_cell_base_with_weighted_circumcenter_3 is a model of the new concept
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
f7f7aad77d
Added new concept RegularTriangulationCellBaseWithWeightedCircumcenter_3
...
Describes the requirements of a base cell that caches its weighted circumcenter
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
89a85923bd
Fixed missing dependency in T3's documentation
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
9ac919dc9c
Fixed Point / Point_3 issues in T3 and improved the documentation
...
-- Do not use concept names as template names in the doc
-- Fixed point / point_3 issues and other problems of coherence between concept
and model
-- Fixed some wrong refinement relationships
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
5199041815
Fixed Point typedef in Triangulation_3 doc
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
7b47b8f9e1
Fixed documentation of Regular cell bases
...
-- Regular_triangulation_cell_base_3 must document hidden_points handling
functions
-- Regular cell bases must document their Point type
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
50c5385015
Cleaned Weighted_point_mappers from the documentation
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
84c830d25f
Trimmed Construct_point_23's note in TriangulationTraits_23
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
c088a7d9e5
Aligned the concept RegularTriangulationCellBase_3 with other similar concepts
...
That is, it should define the type `Point` (instead of `Weighted_point`), like
in TriangulationVertexBase_3 and RegularTriangulationVertexBase_3.
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
f2ec162b4f
Clarified some documentation about the usage of Construct_point_23 in TTraits_23
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
a2f5f64fc3
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
245a9549cb
TriangulationTraits_23 refine SpatialSortingTraits_23 for Hilbert sorting
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
f14c0c7479
Small improvements to the (Regular)TriangulationTraits_2/3 concepts
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
2640fb4d06
Add Construct_point_2/3 to the concepts of triangulation traits
...
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
e8aaf7cfd4
Fixed usage of Bare point and Weighted point across Triangulation_3
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
ed4ca2ee69
Trimmed Regular triangulation euclidean traits (doc version)
...
Now that the traits is exactly the kernel, there isn't a big need for a lot of
documentation.
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
5df733c3af
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 3e43409d01
2017-06-02 16:28:17 +02:00
Mael Rouxel-Labbé
f614b7ae3e
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on Kernel_Weighted_point_without...
@ 3e43409d01
2017-06-02 16:28:17 +02:00
Mael Rouxel-Labbé
70eb63cc24
Minor doc changes
2017-06-01 11:27:34 +02:00
Mael Rouxel-Labbé
d8dfeec94b
Adapted the documentation to the new concept RegTrCellBaseWithWeightedCircumcenter
...
- MeshCellBase_3 loses "invalidate_circumcenter" and refines the new concept
- Reg_tr_cell_base_with_weighted_circumcenter_3 is a model of the new concept
2017-06-01 11:23:04 +02:00
Mael Rouxel-Labbé
ed37cf84af
Added new concept RegularTriangulationCellBaseWithWeightedCircumcenter_3
...
Describes the requirements of a base cell that caches its weighted circumcenter
2017-06-01 11:18:48 +02:00
Mael Rouxel-Labbé
5354134469
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
2017-05-24 12:18:49 +02:00
Mael Rouxel-Labbé
4018368e11
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
2017-05-24 12:18:49 +02:00
Mael Rouxel-Labbé
f0fc367b45
Fixed missing dependency in T3's documentation
2017-05-22 11:53:47 +02:00
Mael Rouxel-Labbé
b0162b7ac0
Fixed Point / Point_3 issues in T3 and improved the documentation
...
-- Do not use concept names as template names in the doc
-- Fixed point / point_3 issues and other problems of coherence between concept
and model
-- Fixed some wrong refinement relationships
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
f53e376ec2
Fixed Point typedef in Triangulation_3 doc
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
404e8b81ec
Fixed documentation of Regular cell bases
...
-- Regular_triangulation_cell_base_3 must document hidden_points handling
functions
-- Regular cell bases must document their Point type
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
09e319219d
Cleaned Weighted_point_mappers from the documentation
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
550920dc80
Trimmed Construct_point_23's note in TriangulationTraits_23
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
63281390f8
Aligned the concept RegularTriangulationCellBase_3 with other similar concepts
...
That is, it should define the type `Point` (instead of `Weighted_point`), like
in TriangulationVertexBase_3 and RegularTriangulationVertexBase_3.
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
29b6f370a3
Clarified some documentation about the usage of Construct_point_23 in TTraits_23
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
22322e3c83
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
54bae5140a
TriangulationTraits_23 refine SpatialSortingTraits_23 for Hilbert sorting
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
fb36babdea
Small improvements to the (Regular)TriangulationTraits_2/3 concepts
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
0e5d279f42
Add Construct_point_2/3 to the concepts of triangulation traits
...
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-05-22 11:27:02 +02:00
Mael Rouxel-Labbé
5833272bd0
Fixed usage of Bare point and Weighted point across Triangulation_3
2017-05-22 11:20:45 +02:00
Mael Rouxel-Labbé
72be6f32d2
Trimmed Regular triangulation euclidean traits (doc version)
...
Now that the traits is exactly the kernel, there isn't a big need for a lot of
documentation.
2017-05-22 11:20:45 +02:00
Mael Rouxel-Labbé
9a4d531848
Fixed extra endif macro
2017-05-22 11:16:16 +02:00
Mael Rouxel-Labbé
e119a630a6
Fixed extra endif macro
2017-05-22 11:16:16 +02:00
Mael Rouxel-Labbé
a66474b5fd
Documented the use of the Robust_weig... traits in Mesh_triangulation_3
2017-05-22 11:15:50 +02:00
Mael Rouxel-Labbé
4d98a0639f
Documented the use of the Robust_weig... traits in Mesh_triangulation_3
2017-05-22 11:15:50 +02:00
Mael Rouxel-Labbé
63a3adb8d5
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
2017-05-18 10:40:11 +02:00
Mael Rouxel-Labbé
8934792431
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
2017-05-18 10:40:11 +02:00
Mael Rouxel-Labbé
bd85e1b4c8
Fixed Point typedef in Triangulation_3 doc
2017-05-17 16:41:22 +02:00
Mael Rouxel-Labbé
1efa8b398a
Fixed documentation of Regular cell bases
...
-- Regular_triangulation_cell_base_3 must document hidden_points handling
functions
-- Regular cell bases must document their Point type
2017-05-17 16:40:28 +02:00
Mael Rouxel-Labbé
c0d5b24466
Cleaned Weighted_point_mappers from the documentation
2017-05-17 16:40:04 +02:00
Mael Rouxel-Labbé
a1a6a17271
Improved Periodic_3 documentation
2017-05-17 15:07:12 +02:00
Mael Rouxel-Labbé
596fb64ffe
Improved Periodic_3 documentation
2017-05-17 15:07:12 +02:00
Mael Rouxel-Labbé
bf425a46e6
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Strongly breaks P3T3, will be fixed in the next commits
2017-05-11 17:45:15 +02:00
Mael Rouxel-Labbé
37fad1a242
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Strongly breaks P3T3, will be fixed in the next commits
2017-05-11 17:45:15 +02:00
Mael Rouxel-Labbé
1d93d4d89e
Trimmed Construct_point_23's note in TriangulationTraits_23
2017-05-10 17:39:47 +02:00
Mael Rouxel-Labbé
9bb70c10d4
Aligned the concept RegularTriangulationCellBase_3 with other similar concepts
...
That is, it should define the type `Point` (instead of `Weighted_point`), like
in TriangulationVertexBase_3 and RegularTriangulationVertexBase_3.
2017-05-10 16:34:53 +02:00
Mael Rouxel-Labbé
82878dccfe
Clarified some documentation about the usage of Construct_point_23 in TTraits_23
2017-05-10 12:37:20 +02:00
Mael Rouxel-Labbé
a7cabb5369
Annihilated Regular_triangulation_euclidean_traits_23 across all packages
...
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-05-05 12:56:18 +02:00
Mael Rouxel-Labbé
4857cad651
TriangulationTraits_23 refine SpatialSortingTraits_23 for Hilbert sorting
2017-05-03 18:53:23 +02:00
Mael Rouxel-Labbé
9fda4a395a
Small improvements to the (Regular)TriangulationTraits_2/3 concepts
2017-05-02 17:28:11 +02:00
Mael Rouxel-Labbé
b04ac5a0df
Add Construct_point_2/3 to the concepts of triangulation traits
...
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-05-02 17:26:31 +02:00
Mael Rouxel-Labbé
5856c7de2b
Fixed usage of Bare point and Weighted point across Triangulation_3
2017-04-14 16:48:31 +02:00
Mael Rouxel-Labbé
f67d75e0df
Trimmed Regular triangulation euclidean traits (doc version)
...
Now that the traits is exactly the kernel, there isn't a big need for a lot of
documentation.
2017-04-14 15:53:12 +02:00
Mael Rouxel-Labbé
9a41173936
Added documentation for Robust_weighted_circumcenter_filtered_traits_3
2017-03-28 13:32:12 +02:00
Mael Rouxel-Labbé
b966dea483
Added documentation for Robust_weighted_circumcenter_filtered_traits_3
2017-03-28 13:32:12 +02:00
Andreas Fabri
64c6e59116
Fix the doc of link_to_face_graph() after review by Monique
2017-01-27 08:42:03 +01:00
Sébastien Loriot
fe5e925367
Merge pull request #1701 from afabri/Convex_hull_3-FaceGraph-GF
...
Convex_hull_3: Switch to FaceGraph
2016-12-30 15:14:34 +01:00
Jane Tournois
299c58323b
Merge branch 'Kernel-Weighted_point-GF' of github.com:afabri/cgal into Kernel-Weighted_point-GF
2016-12-09 12:35:11 +01:00
Jane Tournois
7dc1b1264d
fix typo
2016-12-09 12:29:52 +01:00
Andreas Fabri
03c6754a17
polish
2016-12-09 12:15:07 +01:00
Jane Tournois
eff63d6994
add missing "regular"
2016-12-09 11:58:23 +01:00
Andreas Fabri
f299a196b9
Update changes.html
2016-12-09 10:53:55 +01:00
Andreas Fabri
6d13fa2c31
Fixes afer Monique's review
2016-12-09 10:17:23 +01:00
Andreas Fabri
12c506d5e8
typos
2016-12-08 13:59:00 +01:00
Andreas Fabri
d79988dfd0
typo
2016-12-08 12:52:52 +01:00
Andreas Fabri
1dfc9c631d
Document Regular_triangulation_vertex_base_3 as well as the concept and use it in examples instead of Regular_triangulation_euclidean_traits
2016-12-08 12:39:26 +01:00
Andreas Fabri
01c7ec2ec2
add link to the wikipedia
2016-11-26 10:52:03 +01:00
Andreas Fabri
38f799e82b
star -> link
2016-11-26 10:49:02 +01:00
Andreas Fabri
683490b2aa
star -> link
2016-11-26 10:46:54 +01:00
Andreas Fabri
af5d752f40
fix glitch
2016-11-26 10:18:56 +01:00
Andreas Fabri
6e098178b9
chmod
2016-11-25 16:26:39 +01:00
Andreas Fabri
1499951a18
Do not deprecate convex_hull_3_to_polyhedron_3
2016-11-25 06:09:55 +01:00
Andreas Fabri
af1cc4058a
fixes
2016-11-21 18:39:05 +01:00
Andreas Fabri
6bd6760e14
Add doc of Weighted_point_mapper_3
2016-11-21 17:16:07 +01:00
Andreas Fabri
d35c6c913d
Use Weighted_point_mapper_3
2016-11-21 15:33:27 +01:00
Jane Tournois
7b1fa00343
doc improvement : add a "model of"
2016-11-03 14:57:10 +01:00
Jane Tournois
62d905bb8c
add Point_3 typedef
2016-11-03 14:55:39 +01:00
Jane Tournois
6f801a3198
fix doc. This already is in the concept
2016-11-03 14:55:39 +01:00
Jane Tournois
75d4bea269
remove Bare_point from documentation
2016-11-03 14:55:39 +01:00
Laurent Rineau
3353d4d64d
Kernel now refines RegularTriangulationTraits_3
...
ie all CGAL kernels are now models of `RegularTriangulationTraits_3`.
2016-11-03 14:55:39 +01:00
Jane Tournois
306323d45c
make doc and doc consistent
...
- add "model of Concept" as much as possible in the modified classes/concepts
- fix some links
- update package description of Kernel_23
2016-11-03 14:55:39 +01:00
Jane Tournois
6af2db1b91
Use Power_side_of_bounded_power_sphere instead of Side_of_bounded_orthogonal_sphere
...
both functors made the same computation, up the sign of the result.
The return type now is CGAL::Bounded_side, which makes things easier
to understand and use
2016-11-03 14:55:39 +01:00
Andreas Fabri
40114e10b4
typos
2016-11-03 14:53:54 +01:00
Andreas Fabri
a58e7ae63b
changes after Monique's review
2016-11-03 14:53:54 +01:00
Andreas Fabri
85146b88d6
Deprecate concept WeightedPoint
2016-11-03 14:53:54 +01:00
Andreas Fabri
24b5993037
fix \sa links
2016-11-03 14:53:54 +01:00
Andreas Fabri
ad9d2c369c
Rename tests following Olivier's recommendations
2016-11-03 14:53:54 +01:00
Andreas Fabri
d78735364b
Fixes after review by Monique and Olivier
2016-11-03 14:53:15 +01:00
Andreas Fabri
f93ac02346
Explain what users have to do concerning features that got removed
2016-11-03 14:53:15 +01:00
Andreas Fabri
f488b9baf9
Changes after Laurent's review
2016-11-03 14:53:15 +01:00
Andreas Fabri
8e6264344a
improve doc
2016-11-03 14:07:26 +01:00
Andreas Fabri
44ec32c6f2
cleanup
2016-11-03 13:11:15 +01:00
Andreas Fabri
9e94ee6178
Change the Power_test
2016-11-03 13:07:17 +01:00
Andreas Fabri
514765a784
Documentation
2016-11-03 13:07:17 +01:00
Andreas Fabri
f16e47ecfa
Documentation
2016-11-03 13:07:17 +01:00
Andreas Fabri
34eb29cac5
Documentation
2016-11-03 13:07:17 +01:00
Andreas Fabri
aee3b86b1f
cleanup
2016-11-03 13:06:42 +01:00
Jane Tournois
f32e08b230
minor improvements
2016-10-21 12:33:37 +02:00
Thijs van Lankveld
c7a412155a
First adjustments based on comments Monique for round 2
2016-10-21 12:33:37 +02:00
Thijs van Lankveld
7508c18322
Iterator pattern implemented.
2016-10-21 12:33:37 +02:00
Thijs van Lankveld
ed45f5e938
Segment traverser defined as type in Triangulation_3
2016-10-21 12:33:37 +02:00
Thijs van Lankveld
c3fe9652f0
First version of the segment traverser, including inclusion in the documentation.
2016-10-21 12:32:28 +02:00
Thijs van Lankveld
5640b84b2b
First setup for the segment traverser small feature.
2016-10-21 12:31:05 +02:00
Andreas Fabri
9ca7833d2d
Functions in the manual must be written with ()
2016-09-15 15:59:47 +02:00
Andreas Fabri
bd923feda7
Document Default in the 3D triangulations
2016-03-25 09:46:16 +01:00
Sébastien Loriot
5adf84cf8d
fix typo
2016-03-01 21:59:05 +01:00