Commit Graph

40 Commits

Author SHA1 Message Date
Sylvain Pion 2abaf86e24 - fixes for g++ 3.4. 2003-04-12 17:43:45 +00:00
Sylvain Pion 8c756073af - Fix MipsPro error. 2002-11-11 09:53:59 +00:00
Mariette Yvinec b94dd47260 split long lines 2002-10-25 14:16:05 +00:00
Mariette Yvinec 465678f8b9 changed type Vertices_in_constraint to
type Vertices_in_constraint_iterator
2002-08-19 15:53:08 +00:00
Mariette Yvinec ebae46f4f3 Replaced CGAL::Pointer by CGAL::Comparable_iterator
in the implemantatins of Face_handle and Vertex_handle
2002-08-19 14:57:04 +00:00
Mariette Yvinec c2aa0d07dc introduced explicit instanciation of big classes in testsuite
so that each (non template) member function be instantiated
2002-08-14 16:41:03 +00:00
Andreas Fabri 3ba5dae125 Point -> const Point& 2002-07-08 08:18:28 +00:00
Mariette Yvinec 50310a0ab0 - remove the virtual character of insert in Constrained_triangulation
Constrained_Delaunay_triangulation_2 and Constrained_triangulation_plus_2.
  There are now virtual versions of those functions with a different name:
  virtual_insert()
- fixed overloaded insert and locate of Triangulation_hierarachy_2
  to make Triangulation_hierarachy_2 compatible with
  Constrained_triangulation_plus_2
2002-07-08 06:44:03 +00:00
Mariette Yvinec 30a2ddb1e5 remove the virtual character of insert in Constrained_triangulation
Constrained_Delaunay_triangulation_2 and Constrained_triangulation_plus_2.
  There are now virtual versions of those functions with a different name:
  virtual_insert()
Tout marche bien avec des predicats exacts
Il y a un pb avec des intersections exactes...
2002-07-05 15:01:55 +00:00
Mariette Yvinec bbfd666794 fixed the #ifdef 2002-05-09 14:18:30 +00:00
Mariette Yvinec c622c7faf9 added a hack to compile on any Sun_CC 2002-05-07 15:45:12 +00:00
Mariette Yvinec b00d48891e fixed templared insert in Constrained_triangulation_plus 2002-04-11 07:08:24 +00:00
Mariette Yvinec 33fc576b3c fixed details in test_triangulation_geom_traits.C
fixed intersect functions in Constrained triangulations
  and Constrained_triangulation_plus
  (virtual - non vritual, partial overriding)
Try a fix in copy constructor of  Constraint_hierarchy_2.h
2002-04-08 08:09:46 +00:00
Mariette Yvinec 5825f5d47b submission of 7.16 2002-04-04 17:11:36 +00:00
Mariette Yvinec e90fd25cfc fixed the problem that Constrained triangulation
should not require intersection from the traits
when the No_intersection_tag is used.
This imply :
-to set back the default tag as No_intersection_tag (for backward compatibility)
-to change a bit the design so that types to compute intersection
 ar required only when used...
- fixed Triangulation_euclidean_traits classes to work with
kernel concept
2002-04-03 09:29:35 +00:00
Mariette Yvinec 6d30e327e3 - added copy and swap to Constrained_triangulation_plus_2
- fixed Constrained_triangulation_plus_2 with Exact_intersections_tag
- fixed examples and demo of Constrained_triangulation_plus_2
2002-03-25 09:18:18 +00:00
Mariette Yvinec f167a52051 fixed copy of Constrained_triangulation_plus_2 2002-03-22 09:01:16 +00:00
Mariette Yvinec 357fec2787 fixed a bug in the doc
made the intersect members virtual
2002-03-21 19:17:06 +00:00
Mariette Yvinec e662a2d2f8 submission of 7.11 2002-03-21 14:49:55 +00:00
Mariette Yvinec abbb216f7d Moved the intersection tag from Constrained_triangulation_plus_2
to Constrained_triangulation_2 and Constrained_Delaunay_triangulation_2
2002-03-21 13:32:07 +00:00
Mariette Yvinec b3963843d0 added : #include <CGAL/squared_distance_2.h> in
Constrained_triangulation_plus_2.h
2002-03-20 08:49:48 +00:00
Mariette Yvinec 6b791d356a bug fix 2002-03-18 16:59:27 +00:00
Mariette Yvinec 0eb34505fd fixed the bug detected by DBOURGUIGNON 2002-03-18 13:26:22 +00:00
Mariette Yvinec 97d3b7319f added doc for Constrained_triangulation_plus_2
and an example
2002-02-05 14:23:28 +00:00
Mariette Yvinec 37f71b871d still typenames 2002-02-01 07:50:27 +00:00
Mariette Yvinec d1754b2001 add a few more typenames
chande  include file to utility for pair
2002-01-31 17:46:23 +00:00
Mariette Yvinec 4ad5a1096c added "typename"s in Constrained_triangulation_plus_2.h
and Constraint_hierarchy_2.h
2002-01-31 11:07:21 +00:00
Mariette Yvinec f56c8dfbd2 added missing typenames in
Constrained_triangulation_plus_2.h
Constraint_hierarchy_2.h
2002-01-30 12:14:09 +00:00
Mariette Yvinec 39758eb8ef fixed star_hole in Constrained_triangulation_2.h
added constraint and subcondtrained iteratours in
Constrained_triangulation_plus_2.h
2002-01-28 16:36:53 +00:00
Mariette Yvinec b63a7e05c5 fixed the test of /Constrained_triangulation_plus_2.h
and Constraint_hierarchy_2.h
2002-01-08 09:50:49 +00:00
Mariette Yvinec e3f6f3daf0 protected Constrained_triangulation_plus_2 and Constraint_hierarchy_2
against inserting twice the same constraint.
improved the  print() of the Constraint_hierarchy_2
2002-01-04 14:27:15 +00:00
Mariette Yvinec d3d66c3073 - replace "assert" by "CGAL_triangulation_assertion"
- in Regular_triangulation_euclidean_traits_2<R,W>
 changed the default for W from R::FT to R::FT
2001-10-30 16:24:12 +00:00
Mariette Yvinec 1a137787eb added queries for the constraints hierarchy in Constraint_hierarchy_2.h
and Constrained_triangulation_plus_2.h
added test for Constrained_triangulation_plus_
added a kiltered kernel test in _test_types.h
2001-09-13 08:51:36 +00:00
Mariette Yvinec e972063f06 merge with branch wi_branch
different versin of Constrained_triangulation_plus_2.h
are now provided for :
exact computations
exact predicates and approximate intersection construction
no support of constraint intersections
2001-08-14 14:49:31 +00:00
Mariette Yvinec 4eeb877e2a added entires in index for voronoi and power diagrams 2001-07-25 07:22:44 +00:00
Mariette Yvinec 2d85066bfe cut long lines 2000-12-04 08:28:31 +00:00
Mariette Yvinec e975b7fc22 cleaning up typedefs 2000-12-01 14:45:19 +00:00
Mariette Yvinec 2518c97ba4 insertion and insertion of constraints work in
Constrained_Delaunay_triangulation_2.h
 	Constrained_triangulation_2.h
 	Constrained_triangulation_plus_2.h
2000-11-29 13:14:38 +00:00
Mariette Yvinec d99639ae03 split the insert(Point a, Point b)
into distinct function to avoid duplication of code

Adapt 	Constrained_triangulation_2 and Constrained_Delaunay_triangulation
to the design of
Constrained_triangulation_plus_2
where the template parameter can either Constrained_triangulation_2
or Constrained_Delaunay_triangulation
2000-11-28 17:51:32 +00:00
Mariette Yvinec 09c878e4cd Constrained_triangulation_plus_2.h added :
a class to store a constrained triangulation plus a hiearchy
2000-11-28 15:39:08 +00:00