Commit Graph

76 Commits

Author SHA1 Message Date
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
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 227bb1d355 changed begin and end in build() to vtx_begin and vtx_end to avoid confusion
with begin and end member functions
2001-03-12 09:46:39 +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
Susan Hert 9ec4cefec8 *** empty log message *** 2001-01-19 10:10:25 +00:00
Susan Hert d19df78619 *** empty log message *** 2001-01-12 12:58:50 +00:00
Susan Hert 3f89bf8b42 *** empty log message *** 2000-11-07 11:38:45 +00:00
Susan Hert 99f2aa1a9c Initial revision 2000-08-02 18:50:00 +00:00
Susan Hert dddbf29fa0 Initial revision 2000-08-02 18:30:02 +00:00