Andreas Meyer
c1d1609af1
replaced CGAL_assertion( false* and CGAL_assertion( 0*
...
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion
a3def1c3eb
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG.
2007-08-09 09:55:09 +00:00
Menelaos Karavelas
c9e08d1ef2
added new predicates; they can be activated via a macro
2007-07-19 20:05:11 +00:00
Menelaos Karavelas
e3b4cc9dce
some more changes towards making the predicates faster
2007-07-19 17:43:31 +00:00
Menelaos Karavelas
9ab53c26ab
code polishing; added code for degenerate version of predicate; added different ways of evaluating the finite edge test
2007-07-18 21:48:37 +00:00
Menelaos Karavelas
ae7a08424b
code polishing; added constructive version of the predicate; added versions for different algebraic structures
2007-07-18 21:46:47 +00:00
Menelaos Karavelas
52cd40a4fb
a new way for computing the finite edge conflict test
2007-07-17 22:48:37 +00:00
Menelaos Karavelas
a55c5fc002
removed output to std::cerr
2007-07-17 22:47:35 +00:00
Menelaos Karavelas
5d9a4b2eb3
another way to compute the orientation test
2007-07-17 16:04:32 +00:00
Menelaos Karavelas
a002113f4b
another implementation for the incircle predicate
2007-07-17 13:47:08 +00:00
Menelaos Karavelas
239720dbba
minor modification to fix .NET warning
2007-06-04 08:47:11 +00:00
Andreas Fabri
610ed1f622
remove unused parameter
2007-03-19 08:01:58 +00:00
Michael Hemmer
854ea80b4b
rm use of CGALi::Is_field etc
...
replaced by use of Algebraic_category tag
2007-03-12 17:34:47 +00:00
Sylvain Pion
5cd4f73753
warning patrol
2007-03-09 08:32:01 +00:00
Laurent Saboret
9d0d302a87
Fixed svn properties of whole trunk
2006-12-18 09:37:55 +00:00
Michael Hemmer
c9dc205525
rm Number_type_traits
...
Ring_tag -> Integral_domain_without_division_tag
Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-15 16:23:37 +00:00
Menelaos Karavelas
e33c38384a
fixes to please VC++ (could not accept within classes typedefs of
...
the form: typedef MyClass<T> MyClass;)
2006-08-10 09:03:31 +00:00
Sylvain Pion
29ae445a5b
Remove obsolete /*CGAL_NO_FILTER*/ markers (they were used by Filtered_exact).
2006-07-30 13:02:57 +00:00
Menelaos Karavelas
bdd1fbd9be
minor change
2006-07-27 18:02:56 +00:00
Menelaos Karavelas
c068351ceb
added a #include
2006-07-27 17:55:00 +00:00
Menelaos Karavelas
a6b28e6927
fixes to please g++ 3.3.2 @ SunOS platform
2006-07-25 18:32:41 +00:00
Menelaos Karavelas
2cb3f533a3
replaced call to assert by call to CGAL_assertion
2006-07-20 16:30:15 +00:00
Menelaos Karavelas
5ab02915ca
- fixes in #includes: correct files are now included
...
- added mixed traits classes, filtered and non-filtered
- removed obsolete code
2006-07-20 15:18:23 +00:00
Menelaos Karavelas
b3e0d11ad4
removed obsolete commented line
2006-07-20 14:51:38 +00:00
Menelaos Karavelas
5831ac6039
files that collects all predicates (old and new)
2006-07-20 14:48:12 +00:00
Menelaos Karavelas
c05122d243
correct files are now included; the old traits file is not
...
included any more
2006-07-20 14:47:49 +00:00
Menelaos Karavelas
b537bf3a73
fixed typo
2006-07-20 14:46:46 +00:00
Menelaos Karavelas
4106755005
forgot to add the basic.h file
2006-07-19 22:06:30 +00:00
Menelaos Karavelas
85f720156c
removed code for supporting Filtered_exact
2006-07-19 22:01:38 +00:00
Menelaos Karavelas
d163b015a8
removing code for support of Filtered_predicate
2006-07-19 22:00:03 +00:00
Menelaos Karavelas
7649e309a7
- created ApolloniusGraph_2 namespace
...
- put all predicates under the new namespace (including the new predicates)
- removed code that is no longer used due to the removal of Filtered_exact
2006-07-19 21:58:48 +00:00
Menelaos Karavelas
7919e5fef3
further CGALization of new traits functors/classes
2006-07-19 13:48:00 +00:00
Menelaos Karavelas
fbf6d7f3de
not really needed (plus it essentially means duplicating code)
2006-07-19 10:51:48 +00:00
Menelaos Karavelas
e4e7e5508b
various fixes due to changes in file positions; correct functors are called now; My_filtered_predicate is no longer used
2006-07-18 20:10:53 +00:00
Menelaos Karavelas
2c0199d910
fixes in new filtered traits: the correct functors are called now
2006-07-18 20:08:43 +00:00
Menelaos Karavelas
c7f40701d5
the new orientation predicate seems to have a problem; resuing the old one
2006-07-18 20:03:13 +00:00
Menelaos Karavelas
4c8c11c427
removed a lot of casts and eliminated usage of CGAL::opposite
2006-07-18 19:56:14 +00:00
Menelaos Karavelas
d1f5d07963
fixed path to included filename
2006-07-18 19:46:17 +00:00
Menelaos Karavelas
2e3d27b633
further CGALization of code and stylistic changes
2006-07-18 19:44:51 +00:00
Menelaos Karavelas
b304c5b206
fixed call to non-existing class
2006-07-18 15:28:10 +00:00
Menelaos Karavelas
8059590bee
new version of filtered traits using predicates based on Uncertain<>
2006-07-18 14:27:56 +00:00
Menelaos Karavelas
c398d68f86
filtered traits based on the new traits class written
...
by Christophe
2006-07-18 14:23:05 +00:00
Menelaos Karavelas
33ef19ea46
version of vertex conflict predicate using Uncertain<>
2006-07-18 14:12:16 +00:00
Menelaos Karavelas
c1e70bb675
versions of predicates using Uncertain<>
2006-07-18 14:11:07 +00:00
Menelaos Karavelas
417b494a03
moved the new_traits directory inside Apollonius_graph_2
...
so that it does not clutter the CGAL include directory; also
changes to dont_submit and test directory due to this
2006-07-18 14:03:12 +00:00
Menelaos Karavelas
75029e348e
moved the new_traits directory inside Apollonius_graph_2
...
so that it does not clutter the CGAL include directory
2006-07-18 13:56:46 +00:00
Menelaos Karavelas
3260908a7f
trying to fix copyright header
2006-07-17 14:09:59 +00:00
Menelaos Karavelas
5d99519fb4
trying to fix copyright header
2006-07-17 14:09:16 +00:00
Menelaos Karavelas
e5176d6940
fixes in copyright headers
2006-07-17 14:08:26 +00:00