Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how does finite_incident_facets works?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how does finite_incident_facets works?


Chronological Thread 
  • From: Manuel Caroli <>
  • To:
  • Subject: Re: [cgal-discuss] how does finite_incident_facets works?
  • Date: Thu, 14 May 2009 17:47:18 +0200

Hi Nizar,

Nizar Khalifa Sallem wrote:
Hi again,
I want to store finite incident facets of a vertex in a Delaunay 3D triangulation, so I wrote this
================
//some declarations
std::list<Delaunay3d::Finite_facets_iterator> facets;
D.finite_incident_facets(v, std::back_inserter(facets));

I suppose it should be a list of "Facet" and not of Finite_facets_iterator"...
//where v is a vertex_handle
================
That snippets rises following error:
=================
[snip]
====================
I am almost sure I've misdone something :(
... seems so ;-)
Any suggestion on how to use Finite_incident_facets from Triangulation?
Thanks in advance

best

Manuel

--
Nizar SALLEM
Robotics and Artificial Intelligence PhD student
LAAS-CNRS
7, Avenue Colonel Roche
31077 Toulouse CEDEX 4
FRANCE








Archive powered by MHonArc 2.6.16.

Top of Page