Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h
  • Date: Wed, 5 Sep 2007 16:52:47 +0200

Hello Andreas,

You were right! That is not a vertex from the triangulation. Thought the
whole story sounds pretty absurd. I have:

cout<<"processing vertex "<<(*now)->info().ID()<<endl;
Delaunay::Face_circulator fc = dt.incident_faces(*now);
for(int j=0; j<circulator_size(fc); j++)
{
cout<<"processing vertex "<<(*now)->info().ID()<<endl;
fc++;
}

The first access to the vertex is OK, but the second is not. In theory
nowhere in between could something have invalidated the handle.

I think I should just stick to using my code in debug mode...

Thanks for your advice,
Angelina



Archive powered by MHonArc 2.6.16.

Top of Page