Andreas Fabri
beb1417477
remove unused header files; remove commented includes; changed include paths
2016-02-15 14:20:12 +01:00
Andreas Fabri
c32b00acce
partial cleanup of issue #595
2016-01-08 17:55:08 +01:00
Simon Giraudot
6d4d362701
Warning fix: uninitialized variable
2015-12-28 10:43:50 +01:00
Sébastien Loriot
3da2436551
avoid an unused variable warning
2015-07-22 09:11:22 +02:00
Andreas Fabri
085cc38c0b
if(this) is always true
2015-07-16 16:01:51 +02:00
Andreas Fabri
03228c258f
Remove a variable name in one overloaded function, as the variable is not used
2013-09-17 09:29:58 +02:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Menelaos Karavelas
5f9af0a0ef
Merge branch 'Apollonius_graph_2-general_is_hidden-mkaravel'
...
* modified implementation so that the algorithm can work with pseudo-circle objects (to facilitate for example the usage by George Tzoumas for ellipses);
* replaced implementation of vertex conflict predicate by a faster version
2013-05-15 12:39:49 +02:00
Menelaos Karavelas
11a5f0514e
made some portions of the code private (in the Incircle8 predicate)
2013-05-10 16:37:48 +02:00
Menelaos Karavelas
df38828b43
using the faster incircle (vertex conflict) predicate
2013-05-10 15:36:40 +02:00
Laurent Rineau
403031ce7f
Fix warnings
2013-02-27 18:21:24 +01:00
Laurent Rineau
68e2b709e2
Use CGAL_assertion_code to remove warnings about unused variables
2013-02-20 18:56:13 +01:00
Laurent Rineau
d19578725b
Fix warnings
2013-02-07 18:15:23 +01:00
Laurent Rineau
db194534c7
First big patch to fix -Wunused-local-typedefs
...
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
by -Wall since gcc-4.8 (not yet released).
The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Menelaos Karavelas
09a2f42629
fixed bug for the case of three pseudo-circles
2012-05-24 08:58:48 +00:00
Menelaos Karavelas
b2029728bb
removed the need for the boolean in the is_hidden predicate
2012-05-23 07:59:01 +00:00
Menelaos Karavelas
4e9630b549
changes so that the code works for pseudo-disks (ellipses) without the need to define the boolean regarding the three-argument is_hidden predicate
2012-05-23 06:21:54 +00:00
Menelaos Karavelas
8519651442
moved a macro around
2012-05-22 07:47:27 +00:00
Menelaos Karavelas
56e407e468
removed unused code
2012-05-21 16:54:58 +00:00
Georgios Tzoumas
d8687a6bea
#define to recognize 3-argument Is_hidden predicate awareness
2012-05-21 15:27:08 +00:00
Menelaos Karavelas
c131d174c9
yet one more change
2012-05-21 15:12:22 +00:00
Menelaos Karavelas
6ca66b18b1
fixed one more bug
2012-05-21 13:08:10 +00:00
Georgios Tzoumas
1dcbfb5306
- fixes in insert_third()
2012-05-21 13:06:58 +00:00
Menelaos Karavelas
ca4212eb66
a minor optimization
2012-05-21 12:22:57 +00:00
Menelaos Karavelas
9956f15883
the filtered predicate now takes the enum for the actual predicate
2012-05-21 12:18:02 +00:00
Menelaos Karavelas
eb9a4c970b
moved the boolean inside the is_hidden predicate
2012-05-21 12:06:22 +00:00
Menelaos Karavelas
4c4114aa02
added code that supports the is hidden predicate with three arguments (needed for the case of ellipses)
2012-05-21 11:57:32 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Menelaos Karavelas
57eb1da24e
modified some copyright headers (FORTH -> INRIA) and updated my email
2011-06-08 06:31:19 +00:00
Andreas Fabri
c4ae513c34
Use CGAL::abs instead of fabs
2011-02-16 14:09:47 +00:00
Andreas Fabri
b300e77b88
Include file functions_on_signs.h
2010-12-11 17:59:01 +00:00
Laurent Rineau
632e943010
Missing #include (for sign_a_plus_b_x_sqrt_c)
2010-09-24 16:12:09 +00:00
Andreas Fabri
72de264daf
Remove the trace, but keep the 'else'
2010-08-25 15:11:38 +00:00
Andreas Fabri
275d1f7e9c
don't submit Qt3 demo
2010-08-25 14:59:57 +00:00
Andreas Fabri
b1e5acb765
int -> size_type/std::size_t
2010-06-21 16:37:58 +00:00
Sébastien Loriot
d53e01f1a1
remove package namespace macro
2010-06-09 08:45:58 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Laurent Rineau
6b2c784cce
More a function definition, so that it is declared before it is used.
2010-05-21 16:59:35 +00:00
Andreas Fabri
5c62ae60ce
Add 'using' for ansi compliance
2010-05-16 13:39:48 +00:00
Andreas Fabri
4fb73c36ea
Add using statements for ansi-compliance
2010-05-13 14:18:16 +00:00
Andreas Fabri
e0ac10d2ed
Add 'using' statements for ansi compliance
2010-05-11 07:05:42 +00:00
Andreas Fabri
acdc910f34
Add 'this->' for ansi-compliance
2010-05-10 07:13:20 +00:00
Sylvain Pion
85dc12f2a7
Remove empty lines at beginning and end of files
...
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Andreas Fabri
2ba00eb685
Default constructed boost::rand48 is good enough
2010-01-29 08:24:22 +00:00
Andreas Fabri
5f6105c1f0
Change rng
2010-01-27 16:20:32 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Andreas Fabri
d9e739bbfe
more new_traits -> Delage_traits
2009-06-26 07:18:25 +00:00
Andreas Fabri
d11c7dd142
finish 'renamed directory new_traits to Delage_traits'
2009-06-23 08:54:54 +00:00
Sylvain Pion
4de0457ae0
Remove short name macros. See PR 1551.
2009-04-21 18:17:32 +00:00
Menelaos Karavelas
68dbcda1d1
used the quadrilateral rule only when the shadow region does not suffice
2009-03-27 14:12:03 +00:00