Commit Graph

38 Commits

Author SHA1 Message Date
Sylvain Pion fedf14a56b - comment is_valid() since it's not finished and breaks g++ 3.4. 2003-04-12 19:36:38 +00:00
Susan Hert f7a773c63b fix return type 2002-11-04 10:44:03 +00:00
Susan Hert a18c1ee462 fix type redeclaration in indirect triangulation traits 2002-10-30 09:59:47 +00:00
Susan Hert 243d49b7b3 fix(?) numbers 2002-10-30 09:41:50 +00:00
Susan Hert c016b08a86 update 2002-10-30 09:40:44 +00:00
Susan Hert 382ed3d32c replace use of CGALi::Construct template with own function object
in Triangulation_indirect_traits (since template was removed in
the kernel).
2002-10-10 13:41:23 +00:00
Susan Hert aaf3792516 *** empty log message *** 2002-08-12 13:24:46 +00:00
Susan Hert 87f518c60d - use std::vector in Rotation_tree for Borland as well (something not
working with the std::unique call there it seems)
2002-05-06 16:18:01 +00:00
Susan Hert 2de5157b0b - switch back to std::vector for MSVC6 (CGALi::vector doesn't work there...) 2002-05-03 12:29:07 +00:00
Susan Hert 4fafbbca57 use CGALi::vector in Rotation_tree 2002-05-03 11:31:40 +00:00
Susan Hert 82d623cb9b - switched to use of CGALi::vector in Partitioned_polygon to see if this makes
things work for M$
2002-04-26 07:40:56 +00:00
Susan Hert 7f2fb72f37 added missing traits class to call to is_degenerate_polygon_2 2002-04-25 18:39:24 +00:00
Susan Hert e3dab4d867 removed more .x() and .y() accesses and global function calls and updated
the traits requirements accordingly
2002-04-24 11:24:35 +00:00
Susan Hert 4b7ff08949 removed some .x() and .y() accesses 2002-04-18 11:23:42 +00:00
Susan Hert 063dbcccd9 *** empty log message *** 2002-04-08 18:31:20 +00:00
Susan Hert 51b1deaf74 fixed problems in optimal partition with collinear vertices; fixed problems
related to traits class referring to undocumented (and unnecessary) types
2002-03-24 12:49:50 +00:00
Susan Hert aa29dfe631 added a std:: to size_t 2002-01-23 09:14:58 +00:00
Susan Hert 4f12362c01 removed typos and extraneous include 2002-01-17 11:20:35 +00:00
Susan Hert f6bb5c9666 changed from use of reinterpret_cast to Kernel_traits 2001-12-05 17:54:50 +00:00
Susan Hert 0143f10795 reverted back to use of list.sort() and removed dependency on ch_utils.h 2001-12-05 15:25:54 +00:00
Susan Hert 4f6a4f584d changes to make SunPro happy; adding CGAL:: and not using std::list.sort 2001-12-03 14:13:20 +00:00
Susan Hert c7c12e0fde fixed bug in Indirect_edge_compare when comparing edge with itself 2001-11-26 14:29:35 +00:00
Susan Hert 0053e343be *** empty log message *** 2001-11-26 09:27:17 +00:00
Susan Hert 1ebd3cf8c3 *** empty log message *** 2001-09-13 10:12:59 +00:00
Susan Hert 6576e2156e added use of exact number types 2001-08-28 17:13:40 +00:00
Susan Hert e029b35a61 moved Partition_2_ref directory up one level 2001-08-01 10:33:26 +00:00
Susan Hert 50ae6bcbf9 minor formatting changes 2001-07-26 17:07:54 +00:00
Susan Hert d674310c8f made changes necessary to do manual split 2001-07-26 16:12:41 +00:00
Susan Hert 1adb1ff2b5 *** empty log message *** 2001-07-16 14:00:32 +00:00
Susan Hert b0cb85a328 *** empty log message *** 2001-07-12 15:35:01 +00:00
Susan Hert f492da0392 *** empty log message *** 2001-07-12 15:13:05 +00:00
Susan Hert 80d6ed6fec *** empty log message *** 2001-07-06 17:24:33 +00:00
Susan Hert 49a3e48dfe fixed bugs in Indirect_edge_compare.h 2001-05-02 11:21:01 +00:00
Susan Hert 22b4a959e4 changed traits requirements to incorporate Compare_x_at_y_2 function object
now available in the kernel
2001-05-01 12:16:44 +00:00
Susan Hert 1ee46d25fa *** empty log message *** 2001-03-22 10:09:51 +00:00
Susan Hert 99d942fe21 Fixed some warnings related to unused variables and parameters and
changed const_iterator to iterator in the hopes of fixing a problem
with VC++ compiler
2001-03-12 10:49:31 +00:00
Susan Hert c560851406 fixed various problems with type names, class definition order and template
parameter names for VC++
2001-03-08 11:14:32 +00:00
Sylvain Pion 4b2c724a6e Initial revision 2001-02-02 14:49:38 +00:00