Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: modify weighted point

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: modify weighted point


Chronological Thread 
  • From: Vitaliy <>
  • To:
  • Subject: [cgal-discuss] Re: modify weighted point
  • Date: Wed, 19 Aug 2009 02:23:51 +0600
  • 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=iqBXMaZ4f7G2yYXnnHj5e65hZCrrVpAixddnel3cuymvIFqJK6XumgZhNCeGPKOrRg BvmwG05T811t3PWLzJBit7ALRippjmM6Ffxx7MRmLL4u3CtkDppVwOK4Kmt0nqxU/Cce 6eW11dxZxvJab5/L5FEUjVriBRRaTtBbdCE8k=

Could anybody tell me if it is possible or not?

Otherwise I have to implement it by my self...

goal is: updating regular triangulation (instead of doing rebuilding of it from scratch each time stap)
So I get regular triangulation and then, each time step (I consider moving points) I want to update it by doing flip of edge (in 2D) which is not fit to "in circle" criteria (which is considered about weight).

So, basically what I need from CGAL after I got my regular triangulation - is flip.
But I have to change coordinates of verteces (otherwise I didn't try yet but I am not sure that flip will process correct)

thank you
Vitaliy

On Mon, Aug 17, 2009 at 7:52 PM, Vitaliy <> wrote:
Hello !

I have regular triangulation and want to modify vertices in it (coordinates, weight).

I tried to make new weighted point and assign it to my vertex handle with use operator "=" but it seems that this way doesn't work.

But for Delaunay triangulation it works.

Do you know how can I do it? (in order to maintain moving points)

Thank you,

Vitaliy








Archive powered by MHonArc 2.6.16.

Top of Page