Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Query about Interpolation ? Is this possible?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Query about Interpolation ? Is this possible?


Chronological Thread 
  • From: "Rakesh Patil" <>
  • To:
  • Subject: [cgal-discuss] Query about Interpolation ? Is this possible?
  • Date: Fri, 06 Jan 2012 07:06:58 +0530
  • Domainkey-signature: s=irp3-03-r3-c1.spam.dc1; d=in.com; c=nofws; q=dns; h=To:X-Originating-IP:From:Message-ID:Date:Subject: Reply-To:MIME-Version:Content-Type; b=lXrOGLIGqrozER067fUYBdT8zLaCJRHvtmtzbGvhX0cmfV0VX+oD0b1V QXBvXisK0SYAnCPp0tEfXOQzNnZmvdC47dD/fRtkyrfb6Vy4V2/AILzXY XKEquAnS3en1dmd;

Hello,

I am newbie and have just started picking up, how to work with CGAL. My requirement is to Interpolate mesh to scatter points. i.e. to get values for mesh nodes based on scatter point's values. From the example of Linear Interpolation, I was able to read in the scatter points and triangulate them and get the value for a single point. Since I have many nodes in mesh, I thought of looping them and querying value for each mesh node. This takes lots and lots of time. So, Is there any other way, where is we can pass entire list of x,y points and it calculates for all in a single stretch instead of looping?

If not is there any other method to speed up the performance of the interpolation for mesh?

Thanks in advance

Regards
Rakesh Patil


Dear cgal-discuss! Get Yourself a cool, short @in.com Email ID now!


  • [cgal-discuss] Query about Interpolation ? Is this possible?, Rakesh Patil, 01/06/2012

Archive powered by MHonArc 2.6.16.

Top of Page