Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Next Face

Subject: CGAL users discussion list

List archive

[cgal-discuss] Next Face


Chronological Thread 
  • From: "Marcos R. P." <>
  • To:
  • Subject: [cgal-discuss] Next Face
  • Date: Mon, 26 Oct 2009 10:43:29 -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=XyHmO4kO417oLomDS3iIhpr6wQYgJa02F//KZiQNi6YjRDPRjGqEjyCAzv0YIkEzb5Zx6Vf2Df8Tkf2YNkbk6xBDlKbKQzkmdAv5rFIgOI+UQwV3gkn/sjTV+LJ9cAydoJReCM/tWu3CE0CvR7BFP0tevksdv52EaoFu/tcKaQI=;

Errata.
Sorry!
The matter is "Next Face"
The code is:
 

VD::Face_iterator fit = vd.faces_begin();

for( ; fit != vd.faces_end(); ++fit )

{

std::cout << "\nFace " << std::endl;

print_faceVertices( &vd.bounded_face() );

std::cout << std::endl;

}//fim for




De: Marcos R. P. <>
Para: cgal discuss <>
Enviadas: Seg, Outubro 26, 2009 2:28:59 PM
Assunto: [cgal-discuss]

Hi!

 

How could I get the next face of VD?

The following code would must print all the bounded faces of VD but it prints the same face throughout the loop for.

VD::Face_iterator fit = vd.faces_begin();

for( ; fit != vd.faces_end(); ++fit )

{

std::cout << "\nFace " << std::endl;

if( vd

print_faceVertices( &vd.bounded_face() );

std::cout << std::endl;

}//fim for

 

Thank you!

 

MRP.



Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes


Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes


Archive powered by MHonArc 2.6.16.

Top of Page