Subject: CGAL users discussion list
List archive
- From:
- To:
- Subject: [cgal-discuss] how to use triangulation::incident_facets
- Date: Sun, 3 May 2009 23:40:11 +0200 (CEST)
- Importance: Normal
Hi,
I am looking for an example on how to use incident_facets to traverse the
incident facets of an edge.
I have done this (I don't eally remember where I saw it) but it seems to
enter an infinite loop :
===============================
Facet_circulator fc;
Facet_circulator done(fc);
fc = D.incident_facets(m_edge);
do{
if (!D.is_infinite(*fc)){
//do something
};
}while (++fc != done);
===============================
thanks in advance.
- [cgal-discuss] how to use triangulation::incident_facets, nksallem, 05/03/2009
- [cgal-discuss] Intersections with delta in CGAL, Matthias Teich, 05/04/2009
- RE: [cgal-discuss] Intersections with delta in CGAL, Max, 05/04/2009
- Re: [cgal-discuss] Intersections with delta in CGAL, Andreas Fabri, 05/04/2009
- Re: [cgal-discuss] Intersections with delta in CGAL, Matthias Teich, 05/06/2009
- RE: [cgal-discuss] Intersections with delta in CGAL, Max, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Olivier Devillers, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Nizar Khalifa Sallem, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Andreas Fabri, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Daniel Duque, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Andreas Fabri, 05/04/2009
- Re: [cgal-discuss] how to use triangulation::incident_facets, Nizar Khalifa Sallem, 05/04/2009
- [cgal-discuss] Intersections with delta in CGAL, Matthias Teich, 05/04/2009
Archive powered by MHonArc 2.6.16.