Skip to Content.
Sympa Menu

cgal-discuss - Re:Re: [cgal-discuss] iterator circulator and handle

Subject: CGAL users discussion list

List archive

Re:Re: [cgal-discuss] iterator circulator and handle


Chronological Thread 
  • From: Zohar Levi <>
  • To:
  • Subject: Re:Re: [cgal-discuss] iterator circulator and handle
  • Date: Tue, 1 Sep 2009 00:44:07 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Or2LkYLbsBxCO8GuoBqpzro9a2RSepe1LUc3a3N7P2iDaTwtTnojX18smfKfIlg0pbG1pbzm7d5zTVJZVPEBnM5DQ4CKl7TdiQdPrS4pQ2x9OGlEMdxKYCBjDrw/BB3VFqENQcOFF7pY5ZSW6lysyY/UfPHVfLUL2/275kOz+lw=;


Yes, going over a long list might be slow, and you should check the class declaration if there is a more direct way. If you don't find one, you can simply add ids to the object, a vertex for example, and construct a separate array which would hold a circulator handle for each vertex. That at least what I do with every additional info. But if your polyhedra isn't static you'll have a hard time maintaining it, which would also cost some running time, and for this reason CGAL might not have this feature built-in to my guess.




Archive powered by MHonArc 2.6.16.

Top of Page