Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Area and stream lines

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Area and stream lines


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: Re: [cgal-discuss] Area and stream lines
  • Date: Fri, 09 Apr 2010 21:53:51 +0200
  • Organization: INRIA

hi Marcos,

I think that's feasible if you go into the streamline code:
- add integer attribute to the DT vertices and update it during integration - one index per streamline
- iterate over all triangles which have only two distinct streamline indices (say index i and j) - and add their area - you should have a decent estimate of the area between streamline i and j.
Pierre Alliez
INRIA Sophia Antipolis - Mediterranee 
Project-team GEOMETRICA 
http://www-sop.inria.fr/members/Pierre.Alliez/
Tel: +33 4 92 38 76 77
Fax: +33 4 97 15 53 95


Marcos R. P. a écrit :
Hi, everybody!
Is possible to calculate the area between two stream-lines?
 
Thanks!
 
mrp

 



Archive powered by MHonArc 2.6.16.

Top of Page