Andreas Fabri
|
ea6e48e1e4
|
Don't use the internal traits adapter
|
2016-11-03 13:07:17 +01:00 |
Andreas Fabri
|
aee3b86b1f
|
cleanup
|
2016-11-03 13:06:42 +01:00 |
Andreas Fabri
|
5edd015669
|
Use Weighted_point_triangulation_traits_3
|
2016-11-03 13:06:42 +01:00 |
Andreas Fabri
|
10d9d28d1b
|
Add Weighted_point_triangulation_traits_3
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
8c72cf69aa
|
Add operator< for weighted points. Note that it ignores the weight
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
54ec8f9d92
|
the VC++ testsuite should pass now
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
a58847c97f
|
add Homogeneous/Weighted_point_3.h
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
af6c2e185e
|
remove Compute_point_3
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
0f3edb5cf5
|
Add the most impotant file
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
9eca152dca
|
No need for a Weighted_converter
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
841ecfe8f4
|
Add an operator so that the T3 testsuite passes
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
2d15b06d5e
|
Remove #ifdef 0 from debugging
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
42435c2d21
|
Simplify the use of static filters for Regular triangulations
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
d0a7c9574c
|
Simplify the use of static filters for Regular triangulations
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
cf1e513c83
|
cleanup
|
2016-11-03 13:04:43 +01:00 |
Andreas Fabri
|
6a8f77c5ff
|
Added CGAL::Weighted_point_3<K> and the predicates and constructions of the Regular Traits to the kernel
- The Regular 3 testsuite passes
- only 3D
- not documented
|
2016-11-03 13:04:43 +01:00 |
Andreas Fabri
|
92a854093e
|
Add Weighted_point_3
|
2016-11-03 13:04:43 +01:00 |
Sébastien Loriot
|
823e02222e
|
set the name of the item
|
2016-11-02 17:17:44 +01:00 |
Laurent Rineau
|
340133a0e4
|
Merge pull request #1631 from sloriot/AABB_tree-fix_doc
Various fix in requirements
|
2016-11-02 12:05:32 +01:00 |
Sébastien Loriot
|
84fe181d7c
|
Use functors instead of member functions
|
2016-10-28 15:07:14 +02:00 |
Sébastien Loriot
|
5f9edf74d6
|
use backticks
|
2016-10-28 15:06:59 +02:00 |
Sébastien Loriot
|
125d190ebd
|
disambiguate p and P
|
2016-10-28 14:00:15 +02:00 |
Sébastien Loriot
|
9df055dc86
|
add missing requirements
|
2016-10-28 11:56:01 +02:00 |
Sébastien Loriot
|
c12244efcc
|
fix the requirement on an operator
|
2016-10-28 11:47:01 +02:00 |
Sébastien Loriot
|
43739855d5
|
add missing refinement relation
|
2016-10-28 11:37:59 +02:00 |
Sébastien Loriot
|
98ebf748e0
|
add missing requirement for the point type
|
2016-10-28 11:36:53 +02:00 |
Laurent Rineau
|
1c400420ce
|
Merge pull request #1618 from mglisse/Number_types-gmpxx_IO-glisse
Let mpq_class read "12.34" (through iformat)
|
2016-10-27 12:34:37 +02:00 |
Laurent Rineau
|
a34934eab7
|
Missing #include
Plus rewrap a long line of comments.
|
2016-10-26 14:54:54 +02:00 |
Laurent Rineau
|
fde0dd62ed
|
Merge pull request #1616 from lrineau/CMake-Fix_FindIPE-lrineau
Do not early exit if IPE_FULL_VERSION is not there
|
2016-10-26 14:39:29 +02:00 |
Laurent Rineau
|
d2ea0f90b3
|
Merge pull request #1612 from MaelRL/Hash_map-Fix_Unique_hmap_specialization_of_boost_assoc_map
Fix the Unique_hash_map specialization of boost's associative property map
|
2016-10-26 14:39:27 +02:00 |
Laurent Rineau
|
0eb09e96ba
|
Merge pull request #1611 from MaelRL/Mesh_3-fix_medit_io_redundant_find_calls-GF
Avoid some unnecessary set/map's find() calls in Mesh_3's medit output
|
2016-10-26 14:39:24 +02:00 |
Laurent Rineau
|
79741e4581
|
Merge pull request #1609 from mglisse/Number_types-gmpxx_AK-glisse
New GMPXX_arithmetic_kernel.
|
2016-10-26 14:39:21 +02:00 |
Laurent Rineau
|
d37c400fc9
|
Merge pull request #1606 from sloriot/PMP-make_border_test_safer
Make a test safer
|
2016-10-26 14:39:19 +02:00 |
Laurent Rineau
|
3d7ea5fc52
|
Merge pull request #1605 from sloriot/SMS-collapse_all_short_edges
Add a stop predicate to collapse all short edges
|
2016-10-26 14:39:17 +02:00 |
Marc Glisse
|
5fa062bea6
|
Specialize Input_rep for mpq_class.
|
2016-10-26 13:28:54 +02:00 |
Sebastien Loriot
|
745bd74c17
|
Merge pull request #1617 from janetournois/PMP-fix_doc_remeshing-jtournois
Fix PMP::isotropic_remeshing doc bug
|
2016-10-26 13:27:53 +02:00 |
Marc Glisse
|
fa61ad20c3
|
Use Fraction_traits::Compose in read_float_or_quotient.
|
2016-10-26 13:10:55 +02:00 |
Jane Tournois
|
2d72090cba
|
this internal property map is not needed anymore
|
2016-10-25 17:14:57 +02:00 |
Marc Glisse
|
8f44c0ca26
|
Use Fraction_traits::Compose more in Sqrt_extension.
|
2016-10-25 14:06:36 +02:00 |
Marc Glisse
|
abab39c204
|
Remove workaround for missing arithmetic kernel.
|
2016-10-25 11:57:42 +02:00 |
Laurent Rineau
|
2c4e047f58
|
Do not early exit if IPE_FULL_VERSION is not there
If `IPE_FULL_VERSION` is missing, that leads to a CMake error in
`CMakeLists.txt` files using it.
|
2016-10-25 11:17:10 +02:00 |
Laurent Rineau
|
f25d53a70f
|
Merge pull request #1614 from sloriot/AFSR-fix_output_iterator_doc
Fix the type of the triple that can be put in the output iterator
|
2016-10-25 10:44:07 +02:00 |
Sébastien Loriot
|
d07b26d364
|
fix doc bug
|
2016-10-24 18:16:06 +02:00 |
Sébastien Loriot
|
9d5e675c61
|
add missing include directive
|
2016-10-24 14:50:48 +02:00 |
Laurent Rineau
|
d5362bb474
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
|
2016-10-24 13:57:58 +02:00 |
Laurent Rineau
|
0facc2fb8a
|
Merge pull request #1572 from luis4a0/Algebraic_kernel_d-add_assertions-Luis
Check for the MPFR version in RS-based AK
|
2016-10-24 13:57:25 +02:00 |
Laurent Rineau
|
24b7757282
|
Merge pull request #1517 from sloriot/PMP-more_bbox_3_overloads
More bbox 3 overloads for face graph models
|
2016-10-24 11:47:13 +02:00 |
Laurent Rineau
|
c546c9476d
|
Merge pull request #1597 from maxGimeno/Polyhedorn_demo-can_load_empty_off-GF
Polyhedron_demo : Load empty OFF files
|
2016-10-24 11:47:11 +02:00 |
Laurent Rineau
|
3686301c57
|
Merge pull request #1596 from afabri/Algebraic_kernel_d-fix_warning-GF
Use CGAL_assertion_code
|
2016-10-24 11:47:08 +02:00 |
Laurent Rineau
|
a00e886ee0
|
Merge pull request #1595 from afabri/Arrangement-fix_Rational_arc_d_1-GF
Arrangement_2: fix Continuous_rational_arc_d_1
|
2016-10-24 11:47:06 +02:00 |