Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Res: [cgal-discuss] Area and stream lines


Chronological Thread 
  • From: "Marcos R. P." <>
  • To:
  • Subject: Res: [cgal-discuss] Area and stream lines
  • Date: Tue, 13 Apr 2010 04:30:04 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Re6v3lWser8NG1v5lm54C5ILsmxNACTisnEBRO6oB4fsqGD/8U/c7P/8lKjAqjLOsj7jBiLSa1BIinwvlix9p7iEV8pnT4Gcg9HqDwKzVAjEE+johlZEe5i3FJldHkXfwPQgWSQXCgPqpHDO7bslQNDJMJKZgGxj6BSYVME7mUk=;

Thank you very much, Pierre!
 
In fact this give me a good approximation of the area.
 
mrp


De: Pierre Alliez <>
Para:
Enviadas: Sexta-feira, 9 de Abril de 2010 16:53:51
Assunto: Re: [cgal-discuss] Area and stream lines

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