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
|
f824db7d21
|
shortening a line
|
2002-04-26 07:41:45 +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
|
2f0422cf3a
|
shortening lines
|
2002-04-18 14:12:17 +00:00 |
Susan Hert
|
8541f2c565
|
shortening lines
|
2002-04-18 14:11:50 +00:00 |
Susan Hert
|
b948a42034
|
replaced MAXINT by 1, since the coordinates are never used for the points
at infinity
|
2002-04-18 13:59:13 +00:00 |
Susan Hert
|
4b7ff08949
|
removed some .x() and .y() accesses
|
2002-04-18 11:23:42 +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
|
1354d4f18a
|
fixed problem that occurs with several collinear vertices.
|
2002-03-19 20:34:37 +00:00 |
Susan Hert
|
0719524d13
|
added test for degenerate polygons caused by all collinear vertices
|
2002-03-19 12:25:53 +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
|
7477a4b766
|
fixed bug in comparison of edge with itself
|
2001-11-26 14:27:24 +00:00 |
Susan Hert
|
41e10ae6ec
|
added missing std:: in debug statements
|
2001-11-26 08:52:45 +00:00 |
Susan Hert
|
aa1d171bf3
|
fixed variable initialization problem
|
2001-07-16 13:11:46 +00:00 |
Susan Hert
|
b2611000ac
|
restored z as variable outside of debugging statements
|
2001-07-16 13:09:50 +00:00 |
Susan Hert
|
f56b9ae86a
|
removed unused variables or value assignments
|
2001-07-16 09:39:49 +00:00 |
Susan Hert
|
b7939d0a01
|
replaced assert with CGAL_assertion
|
2001-07-16 09:33:31 +00:00 |
Susan Hert
|
8598940277
|
converted rotation tree to a vector instead of a list so Borland's compiler
can deal with it.
|
2001-07-11 16:34:12 +00:00 |
Susan Hert
|
35e59b8563
|
fixed typos
|
2001-07-11 16:02:08 +00:00 |
Susan Hert
|
0c215ca3dc
|
added Is_horizontal_2
|
2001-07-11 15:49:47 +00:00 |
Susan Hert
|
a1f1e0f270
|
removed use of member function for checking if line is horizontal
|
2001-07-11 15:49:19 +00:00 |
Susan Hert
|
e241d02160
|
removed commented function implementation
|
2001-07-11 15:30:06 +00:00 |
Susan Hert
|
775a3d787a
|
renamed comparison class
|
2001-07-11 15:29:18 +00:00 |
Susan Hert
|
ab5abeed86
|
added missing typename
|
2001-07-11 15:28:51 +00:00 |
Susan Hert
|
69376d36cf
|
removed unused parameters; fixed problem with const parameter
|
2001-07-11 15:28:26 +00:00 |
Susan Hert
|
abf7782dc2
|
changed name of compare class; added missing rightturn declaration
|
2001-07-11 15:27:44 +00:00 |
Susan Hert
|
a197580349
|
changed name of comparison class
|
2001-07-11 15:25:23 +00:00 |
Susan Hert
|
94c4810af7
|
make it a map over polygon vertex iterators and lists of polygon vertex
iterators since Borland can't handle the map from self iterators to
lists of self-iterators.
|
2001-07-11 15:24:50 +00:00 |
Susan Hert
|
7cfdb2a88a
|
make circulator a template of the class instead of the member functions since
Borland can't handle the latter
|
2001-07-11 15:22:21 +00:00 |
Susan Hert
|
a03fabc7fa
|
shortened file and class names
|
2001-07-10 14:17:31 +00:00 |
Susan Hert
|
a9cccfa144
|
added missing include file
|
2001-07-10 12:58:39 +00:00 |
Susan Hert
|
d6ee9da9df
|
replaced last_edge_info with back member of list
|
2001-07-10 12:58:23 +00:00 |
Susan Hert
|
6d37daba75
|
removed types and functions no longer needed by the polygon_2 functions
(converted to kernel traits)
|
2001-07-06 17:04:43 +00:00 |
Susan Hert
|
722770e194
|
removed function no longer needed by convexity function (converted to kernel
traits).
|
2001-07-06 17:03:39 +00:00 |
Susan Hert
|
643f0b17db
|
removed types no longer necessary for polygon_2 functions (converted to
kernel traits now)
|
2001-07-06 17:02:43 +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
|
5e2c784aa1
|
line shortening
|
2001-03-22 10:16:59 +00:00 |
Susan Hert
|
0896197c04
|
line length changes
|
2001-03-22 10:09:09 +00:00 |
Susan Hert
|
2cbe379cfd
|
made std::stack use std:list as its basis to avoid problems with VC++
|
2001-03-22 10:07:48 +00:00 |
Susan Hert
|
6696e197cb
|
minor typedef change for readability
|
2001-03-22 10:06:56 +00:00 |
Susan Hert
|
d6fd304ff0
|
changed template parameter name from Point_2 to Point_2_ in set_valid so
VC++ won't get confused
|
2001-03-22 10:06:21 +00:00 |