Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss]

Subject: CGAL users discussion list

List archive

[cgal-discuss]


Chronological Thread 
  • From: "Marcos R. P." <>
  • To: cgal discuss <>
  • Subject: [cgal-discuss]
  • Date: Mon, 26 Oct 2009 10:28:59 -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:Date:From:To:MIME-Version:Content-Type; b=POhNnSSyJpUKtZCGYb8MBAhAbqTMw6FW+XIjUTgm9KBZ+2FYFNKRdinfD4txYWaDvlnMlaJxsC5OsFgdZWhuk+VIJilw8aXH+sMO82sq8yw9XMJ9pAAbHyvUQEs15lA3uA2ICeE6qgnPh8fgI+A9twB64ec0ZT+mHNZhoCqMvFU=;

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


Archive powered by MHonArc 2.6.16.

Top of Page