Subject: CGAL users discussion list
List archive
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] Triangulation_ds_face_base_2.h
- Date: Wed, 05 Sep 2007 08:46:54 +0200
wrote:
OK, I could be a bit more specific. The problem is with the statement
dt.incident_vertices(*now, fc);
with
list<Delaunay::Vertex_handle>::iterator now;
Delaunay::Face_circulator fc = dt.incident_faces(*now);
What could be getting wrong here?
Hello,
The three statements make sense, and should work,
so something must have gone wrong before.
You should call
if(! dt.is_valid(){
std::cout << "oops something ent wrong" << std::endl;
}
BEFORE the call dt.incident_vertices(*now, fc);
What kernel do you use, which triangulation,... just
copy paste the #includes and typedefs.
andreas
- Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Angelina Novacheva, 09/04/2007
- <Possible follow-up(s)>
- Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h, novacheva, 09/04/2007
- Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Andreas Fabri, 09/05/2007
- Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h, novacheva, 09/05/2007
- Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Andreas Fabri, 09/05/2007
- Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Angelina Novacheva, 09/05/2007
- Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Andreas Fabri, 09/05/2007
- Re: Re: [cgal-discuss] Triangulation_ds_face_base_2.h, novacheva, 09/05/2007
- Re: [cgal-discuss] Triangulation_ds_face_base_2.h, Andreas Fabri, 09/05/2007
Archive powered by MHonArc 2.6.16.