Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Triangulation_2 face circulator stange behavior

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Triangulation_2 face circulator stange behavior


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Triangulation_2 face circulator stange behavior
  • Date: Fri, 29 Oct 2010 09:57:09 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=vy7vJzzqlWluKBaHVOeeLuz/M05qQ7vr7eFI7IDPFBU2aqZZbS2W/6ILJjN4oISN87 cX8Dui2o1djFa1GIz7NX1cl8FFLbtGC/XoTHrOPhxFQGHZiHAhWvWmFFhcjOYKw/N2fC z2JAb+TGmeF2PoyV5VSYN5SOe2FI8LWjMF3dY=

Michele wrote:
He Sebastien,

I tryed it , but now it prints anything. So, does it mean that all the faces
are infinite?
You are asking for all incident facets to the infinite vertex. Since they are all infinite by definition, nothing is printed.

if you use is_infinite at the vertex level (!is_infinite(fc->vertex(i)))
only finite vertices will be considered.

Again, as I said you probably should use Finite_faces_iterator (except if you are interested in only vertices on the convex hull).

S.

I don't think so. I tryed also to put more triangles, but it doesn't change.

Thanks

Michele




Archive powered by MHonArc 2.6.16.

Top of Page