Commit Graph

67 Commits

Author SHA1 Message Date
Sebastian Limbach 5008f425aa Small bugs fixed... 2008-04-04 09:38:58 +00:00
Sebastian Limbach d3bda82ea9 Replaced NiX::Polynomials by CGAL::Polynomials.
Necessary for NiX::Polynomial to CGAL conversion
2008-04-03 12:14:57 +00:00
Michael Hemmer e0b1a8a5d4 adaptation of changes in Polynomial package, i.e. namespace POLYNOMIAL -> CGALi 2008-03-31 13:34:18 +00:00
Pavel Emeliyanenko 5abb2e93fb added missing functionality 2008-03-31 10:29:27 +00:00
Eric Berberich 40ea8cc22b compile fixes 2008-03-26 21:49:18 +00:00
Ralf Schindlbeck 690e84871e Add on for the standard constructor: Flag CGAL_USE_CnX_KERNEL. It is
used for calling standard ConiX constructor instead of cache version
2008-02-25 16:13:21 +00:00
Eric Berberich 3365673a77 added default values for macro 2008-02-20 13:29:16 +00:00
Eric Berberich c2f4457d38 use expensive y() in some cases 2008-02-19 13:00:40 +00:00
Eric Berberich f887723c5e added missing include 2008-02-19 10:26:17 +00:00
Michael Kerber 1887f4d672 Prevent compiler warning 2008-02-18 16:22:53 +00:00
Ralf Schindlbeck d590c9e011 Modified, due to porting of interval_support from EXACUS2CGAL. The new
interval_support is now in the Number_types package.
2008-02-14 09:42:23 +00:00
Eric Berberich 2caa989a2a fix: needs also to iterate cit++ 2008-02-07 14:39:26 +00:00
Pavel Emeliyanenko 22288d24af fixed hash bug 2008-02-07 14:02:48 +00:00
Eric Berberich ff85727d4c fixed dox 2008-02-06 10:08:33 +00:00
Eric Berberich c04aaa8a23 bugfix: y_iv must be re-set 2008-02-06 10:07:42 +00:00
Eric Berberich ff45be8104 added static map for y_roots 2008-02-02 21:01:55 +00:00
Eric Berberich 3d409ecfbf y() is computed only once 2008-02-02 10:09:20 +00:00
Eric Berberich afcf688456 bugfix in y(): degenerate it-interval was not handled
compile file in operator<<
2008-02-01 22:15:56 +00:00
Eric Berberich 7edcae49c8 added pre- and postcondition to boundary_between 2008-02-01 22:14:51 +00:00
Eric Berberich 21303db009 boundary_between_y allows now to have different supporting curves
missing: precondition
2008-02-01 13:51:52 +00:00
Pavel Emeliyanenko fba0360ea3 caching updates 2008-01-29 17:38:46 +00:00
Eric Berberich ec806515a3 fixed precond for swapped cpa 2008-01-26 16:07:44 +00:00
Eric Berberich df9c4e83b5 removed std::cerr 2008-01-26 16:07:00 +00:00
Pavel Emeliyanenko 06e81291b6 Added asymptotic_value_of_arc 2008-01-26 11:29:41 +00:00
Eric Berberich 2f9018ad02 removed warning 2008-01-25 20:17:02 +00:00
Pavel Emeliyanenko 68bda4358e hash bug 2008-01-25 14:40:11 +00:00
Pavel Emeliyanenko 1ce7bc5f59 Caching 2008-01-24 17:51:04 +00:00
Pavel Emeliyanenko 941f5d0806 Curve_2 -> Curve_analysis_2 2008-01-24 11:40:50 +00:00
Michael Kerber d8620dc23e Continued on Filtered_curve_kernel_via_analysis_2 and Filtered_algebraic_curve_kernel_2 2008-01-16 16:05:52 +00:00
Eric Berberich 147e3f21fd added include 2008-01-07 14:55:04 +00:00
Eric Berberich f023befcac deactivated cache 2008-01-03 15:52:08 +00:00
Michael Kerber a30865a034 get_curve_pair_cache -> curve_pair_cache 2007-12-22 14:28:51 +00:00
Michael Kerber 99edb84f6a Renamed flag AcX_USE_CURVE_PAIR into CGAL_ACK_2_NO_ALG_REAL_TRAITS_FOR_XY_COORDINATE. By default, this flag is supposed to be undefined 2007-12-21 11:24:55 +00:00
Michael Kerber b2e3b136af Curve_vertical_line -> Status_line 2007-12-21 10:57:51 +00:00
Pavel Emeliyanenko 0758710a5a Small modifications & bugfixes 2007-12-15 13:29:03 +00:00
Pavel Emeliyanenko b5891946d9 small changes 2007-12-13 11:49:54 +00:00
Michael Kerber ab20fb2cb7 Filters for the y()-function 2007-12-12 16:21:11 +00:00
Pavel Emeliyanenko e51a14e34d Forgot to commit this file ;) 2007-12-12 09:30:23 +00:00
Pavel Emeliyanenko 90b0abb304 Some caching issues 2007-12-11 13:51:23 +00:00
Michael Kerber e7c5163019 Implemented y() and compare_y() functions 2007-12-10 16:22:24 +00:00
Pavel Emeliyanenko 080b1a7edd Essential bug fixes 2007-12-09 19:50:28 +00:00
Pavel Emeliyanenko 4ad0e19680 Added GetX/Y, RefineX/Y, Lower/Upper functionality 2007-12-08 17:22:43 +00:00
Pavel Emeliyanenko 02d41f24e4 Renamed 2007-12-06 15:20:46 +00:00
Michael Kerber c791deb58a New function to_double for a 2D point, also included functions is_z_zero and is_y_zero 2007-11-19 17:25:04 +00:00
Pavel Emeliyanenko 4c72259914 to_interval() functor added 2007-11-19 11:02:33 +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
Pavel Emeliyanenko 538c1c36d1 X/Y_real_traits 2007-11-03 16:26:15 +00:00
Michael Kerber 7d722fda93 Inserted first version of approximation functions 2007-10-31 07:13:40 +00:00
Pavel Emeliyanenko d237417bc0 renamed Event_line -> Curve_vertical_line 2007-10-25 15:17:57 +00:00
Pavel Emeliyanenko 285d0a105a Sign_2 revised 2007-10-21 13:39:01 +00:00