Mariette Yvinec
|
b431a79186
|
- use defaults to instantiate Constrained_triangulation_2 in partition_approx_convex_2 in order to
compile with new design of triangulations
- apply Radu patch to get read of MACRO for VC++
|
2003-05-05 19:54:35 +00:00 |
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
|
d2e32105e9
|
shorten line
|
2002-10-30 11:30:16 +00:00 |
Susan Hert
|
a4dd310f84
|
fix redefined type
|
2002-10-30 09:47:23 +00:00 |
Susan Hert
|
f0429d41af
|
add some documentation for visibility graph
|
2002-10-30 09:39:10 +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
|
508777773f
|
replace LEFTTURN and relatives by LEFT_TURN and relatives
|
2002-08-08 21:47:08 +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
|
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 |