Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] From vertex pointers to vertex handles?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] From vertex pointers to vertex handles?


Chronological Thread 
  • From: Benjamin schwarz <>
  • To:
  • Subject: Re: [cgal-discuss] From vertex pointers to vertex handles?
  • Date: Mon, 23 Mar 2009 17:28:21 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ww2p+3ftAin+RwjzLzHkg/CtyFb6M0KjcQA2tjwXhTjDavnC8rhDuyZnJ0dS32AHqr kHFbpubNMj2DlNd8i5oqzQKkP3FmmnuKy71+Cj8PaxJAI+Xhn1qSVCV702dr7c76ZgQT LwCZcN+xTH1n/McaPkaoglLi9V7vyeudlnDkw=

Did you try to use the insert() method with the specification of a
facet to initialize the search process ? I mean, something like :

handle h = triangulation.insert(*p,p->facet())

I bet this will probably lessen your insertion time ;)
Anyway, maps are pretty fast indeed, so you will surely stay with this
solution in the end ;)

--Ben



Archive powered by MHonArc 2.6.16.

Top of Page