Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Access to edge

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Access to edge


Chronological Thread 
  • From: 400555 <>
  • To:
  • Subject: Re: [cgal-discuss] Access to edge
  • Date: Tue, 28 Jul 2009 15:55:25 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=imALhQtPQ0mv51GKgfsuLYW/Ldt/JgyuWn3h+Qhz/UaK+lvMl3xd0TnEJzMu2lV9rV lINey2UqiEpCtMzYNjxa9I2wsEg0VZWfpMTEkhKhkhM3MvfrnOcMgdbLII3Pzjit7TA5 ipfZRy+EmxKS0ih51wg57sB2/1qbfp0uIPq7w=

Thank you.
How about first part of my questions: how to get edge from 2 vertices?

And do you know time complexity of function t.is_edge ?

On Tue, Jul 28, 2009 at 3:42 PM, Olivier Devillers <> wrote:
400555 a écrit :

Hello.
Let us suppose that we have Delaunay 2D triangulation.
How to get edge from it if I know 2 vertices ?
And how to check if there is an edge in triangulation between these two vertices?

Thank you.

looking at the manual is often useful !

http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_2.html#Cross_link_anchor_1166

bool     t.is_edge ( Vertex_handle va, Vertex_handle vb)
      true if there is an edge having va and vb as vertices.
--
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