Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangle selection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangle selection


Chronological Thread 
  • From: "Tyver Ray" <>
  • To:
  • Subject: Re: [cgal-discuss] Triangle selection
  • Date: Tue, 19 Jun 2007 14:33:46 +0200

Thanks it works perfectly!

Is there a method that just removes from the Delaunay transformation
all triangles which are on the line walk without changing the
triangulation?

A dt.remove_line_walk(aa, bb); for instance ?

Best,

Tyv


2007/6/19, Laurent Rineau
<>:
On Tuesday 19 June 2007 12:15:24 pm Tyver Ray wrote:
> Line_face_circulator lfi = Line_face_circulator(aa, bb, dt);

Use:
Line_face_circulator lfi = dt.line_walk(aa, bb);

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page