Commit Graph
74 Commits
Author SHA1 Message Date
Pedro Machado Manhaes de Castro 860cad769f supporting line caching 2006-07-21 12:31:04 +00:00
Pedro Machado Manhaes de Castro 4b334a5007 supporting line caching 2006-07-21 12:30:53 +00:00
Pedro Machado Manhaes de Castro 6b6f1dd01a supporting line caching 2006-07-21 12:30:30 +00:00
Pedro Machado Manhaes de Castro cccf971b0f Fix bug on equal 2006-07-16 16:17:10 +00:00
Pedro Machado Manhaes de Castro 6a79569b32 cleaning useless work 2006-07-12 15:33:44 +00:00
Pedro Machado Manhaes de Castro 5f176d8e7d Improving compare_x, compare_y and equal (compare_xy also in the way) 2006-07-12 15:15:32 +00:00
Pedro Machado Manhaes de Castro c281b6a5aa Comparing references when it can be useful 2006-07-12 15:11:30 +00:00
Sylvain Pion 72e208d8dd <CGAL/Interval_arithmetic.h> is deprecated -> <CGAL/Interval_nt.h> 2006-07-12 13:14:19 +00:00
Pedro Machado Manhaes de Castro e8739b7d4a Handling Reference Counting 2006-07-11 09:08:53 +00:00
Pedro Machado Manhaes de Castro ba2521b815 Some improvements due to profiling 2006-06-23 11:48:07 +00:00
Pedro Machado Manhaes de Castro 5601ddf5f3 Some performance issues due to profiling 2006-06-23 11:47:27 +00:00
Pedro Machado Manhaes de Castro 0de77b9101 MACROS should have CGAL_ as prefix 2006-06-19 14:11:55 +00:00
Pedro Machado Manhaes de Castro 926f7a7f3b MACROS should have CGAL_ as prefix 2006-06-19 14:10:50 +00:00
Pedro Machado Manhaes de Castro 8ed4356f25 Some defines to include some algorithms needing a map 2006-06-19 13:22:13 +00:00
Pedro Machado Manhaes de Castro 6a9a93c463 Some defines to include some algorithms needing a map 2006-06-19 13:21:49 +00:00
Pedro Machado Manhaes de Castro af98af9c36 Map structure to store (<int, int>, Object). Useful for some operations (if defined) on circular arcs 2006-06-19 13:20:40 +00:00
Pedro Machado Manhaes de Castro a17677d9fb reactivating some preconditions 2006-06-14 18:12:52 +00:00
Pedro Machado Manhaes de Castro c7bff55e30 Sorry 2006-06-14 16:52:02 +00:00
Pedro Machado Manhaes de Castro 21d580ba18 Bbox is generated from root_for_circles_2_2 now, we just call it 2006-06-12 09:46:28 +00:00
Pedro Machado Manhaes de Castro 52332829a2 Bit_field added to be able to decide de left/right endpoints in constant time 2006-06-12 09:34:49 +00:00
Pedro Machado Manhaes de Castro 7c089c4387 - some improvements
- using the nonoriented_equal function
2006-06-12 09:33:21 +00:00
Pedro Machado Manhaes de Castro e6a9d017d6 nonoriented_equal function defined 2006-06-12 09:33:11 +00:00
Pedro Machado Manhaes de Castro 8caed78798 - Using the nonoriented_equal function
- General Split
- General DoOverlap (and also: if 1 point is common for 2 curves and they have the same supporting circle, the 2 curves overlap)
- Some improvements on the make X-monotone (setting some internal info for the resultant curves that we already know)
2006-06-12 09:27:29 +00:00
Pedro Machado Manhaes de Castro 3e7e4aa911 - The nonoriented_equal function defined 2006-06-12 09:26:45 +00:00
Pedro Machado Manhaes de Castro 97853d2902 Added an internal function that can set some info without calculating those infos. It is only for internal purpose. 2006-06-12 09:23:47 +00:00
Pedro Machado Manhaes de Castro 871a04e88c Replace the comparison of 2 lines with a more efficient one (just for this specific case where direction doesnt matter). 2006-06-05 09:25:23 +00:00
Pedro Machado Manhaes de Castro 40af1c21f8 Improving the intersect_2 and has_on 2006-06-02 16:10:12 +00:00
Pedro Machado Manhaes de Castro e5195ec9b7 intersect_2(circular_arc,circular_arc) hypered (no more need to divide in x-monotonic arcs)
and some bug fixed on the has_on
2006-06-02 14:50:08 +00:00
Pedro Machado Manhaes de Castro 5a3702587d Correcting a bug on the bbox function (when the curves are y-monotonic). 2006-06-02 11:49:15 +00:00
Pedro Machado Manhaes de Castro 82ce0403be Correcting a bug on two_end_points_on_left_part 2006-06-02 11:48:39 +00:00
Pedro Machado Manhaes de Castro 240e1ddbb2 Replacing Cache_full and Cache_minmax with a bit_field.
Some optimazations have been done around the bit field too.
  - is_x_monotonic,
  - is_y_monotonic,
  - on_upper_part,
  - on_left_part (added)
2006-06-01 12:12:40 +00:00
Pedro Machado Manhaes de Castro 4bd3c60c95 Improving the size of the bbox for y-monotonic curves and also the time consumption. 2006-06-01 12:11:07 +00:00
Pedro Machado Manhaes de Castro 7eea80439c Adding a "correct" print function
Correcting the Circular_arc_2(Point_2, Point_2, Point_2) constructor
2006-05-30 16:29:02 +00:00
Pedro Machado Manhaes de Castro 72c762837d Inlining is_full 2006-05-04 07:53:23 +00:00
Pedro Machado Manhaes de Castro 2c1d71ac2b Function is_full() added 2006-05-04 07:42:05 +00:00
Andreas Fabri c31ae0d28f fix for Visual introduced a bug for other compilers 2006-04-21 08:04:34 +00:00
Andreas Fabri 04a6094182 Added workarounds for the CGAL_CFG_MATCHING_BUG_6 2006-04-20 08:33:48 +00:00
Sylvain Pion 5b95572773 Change std::size_t to unsigned int (on some systems they are not the same type). 2006-03-26 22:32:24 +00:00
Andreas Fabri bef72e032a Qualified functions with their namespace so resolve ambiguities for CL and ICL 2006-03-17 10:17:29 +00:00
Monique Teillaud f07ad4b670 Construct_Circular_{source,target,min,max}_vertex fixed into
Construct_circular_...
2006-03-09 13:36:00 +00:00
Monique Teillaud bb2ebf011b fixed Arity
+ cosmetic
2006-03-07 16:38:27 +00:00
Sylvain Pion cf02236f2d - Remove Debug_id<>. 2006-03-07 16:31:20 +00:00
Monique Teillaud c83e05daba simplification in previous commit 2006-03-06 08:56:40 +00:00
Monique Teillaud a6068a0b24 constructor of circular_arc(Circle_2) modified to avoid filter failures 2006-03-06 08:23:11 +00:00
Monique Teillaud 1b16c8a5cb 2006-03-04 08:20:17 +00:00
Monique Teillaud 288c4d3cc9 - changes of revision 28952 reintroduced: make_x_monotone used
instead of the undocumented in progress advanced_make_x_monotone
- #include <CGAL/kernel_basic.h> removed (?)
- cosmetic
2006-03-02 07:22:41 +00:00
Monique Teillaud 63bc73945d changes of revision 28948 reintroduced: no call to
(undocumented) AK global functions left
2006-03-02 07:12:38 +00:00
Monique Teillaud 23e24bddfe back to revision 28934 2006-03-01 18:09:26 +00:00
Monique Teillaud 2562642f2f removed include kernel_basic (???) 2006-03-01 10:38:28 +00:00
Monique Teillaud 8b712bfbd1 make_x_monotone used instead of the undocumented in progress
advanced_make_x_monotone
cleaning
2006-03-01 10:32:08 +00:00