Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: How to get the Cell_handle or Vertex_handle from the Finite_cells_iterator or Finite_vertices_iterator?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: How to get the Cell_handle or Vertex_handle from the Finite_cells_iterator or Finite_vertices_iterator?


Chronological Thread 
  • From: 魏华祎 <>
  • To:
  • Subject: [cgal-discuss] Re: How to get the Cell_handle or Vertex_handle from the Finite_cells_iterator or Finite_vertices_iterator?
  • Date: Fri, 22 Oct 2010 14:38:57 +0800
  • 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; b=HFXe/gIZrOndy6SrwQ6NHiVXmxr6yN1aupVD3d6k+de9cLXJY0dxQb5fTfALdfhVRR OuCAZAewPTlyZB9/85sD5vTWLVNYRs7WFE25OvewNNB/Cl4Lx7wPY6RoMA4gjqXmEITQ qCBdN1HcQKZ9V2y1qYFC3d9opAYnWMVZ2dLdw=

Hi, everyone,

I know why I make a mistake. In fact, the iterator and the handle are the same things.

Cell_handle&  cell = cit;
Vertex_handle & vertex = vit;

then everything is OK.  Thanks everyone all the same.

Huayi





Archive powered by MHonArc 2.6.16.

Top of Page