Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to use incident_facets in C2t3

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to use incident_facets in C2t3


Chronological Thread 
  • From: 朱涛 <>
  • To:
  • Subject: [cgal-discuss] How to use incident_facets in C2t3
  • Date: Thu, 08 Mar 2007 23:58:10 +0800
  • Priority: normal
  • Subject-xx:

Hello everyone,
I am a new user of CGAL
I need some help
In my project which is based on SurfaceMeshComplex 2InTriangulation
3 , I want to report every incident facets of certain vertex in the
surface of sphere triangulation. So I used following sentences:

C2t3::Vertex_handle v=(*facet).first->vertex(0);
C2t3::Facet_iterator f=c2t3.facets_begin();
c2t3.incident_facets(v,f);

But it keep report error: error C2679

How should I handle it? Anyone can help me? Thank you

Tao Zhu
Department of Mechanics and Engineering Science
School of Engineering
Peking University,Beijing 100871,P.R.China
Tel: 86-10-5276-2447
E-mail:





  • [cgal-discuss] How to use incident_facets in C2t3, 朱涛, 03/08/2007

Archive powered by MHonArc 2.6.16.

Top of Page