Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cgal c2t3 face status

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cgal c2t3 face status


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] cgal c2t3 face status
  • Date: Sat, 7 Feb 2009 14:25:01 +0100
  • Organization: GeometryFactory

On Saturday 07 February 2009 12:46:22 Hanjoerg Seybold wrote:
> Hi!
> I tried to check the face status of a edge using
>
> c2t3.face_status ( Cell_handle c, int i, int j)
> Returns the status of edge (c,i,j) in the 2D complex.
>
> as described in the manual. but I always get an error except if
> i use a face or a edge.
>
> In the header I could not find the function implemented.


You are right: the funtion:
c2t3.face_status ( Cell_handle c, int i, int j)
is not implemented. It will be fixed in next release of CGAL. As a workaround, you can use:
c2t3.face_status ( Edge(c, i, j) )
that does exactly the same thing.


An next time, please create a new message, instead of replying to another one, if you want to create a new thread.


--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/





Archive powered by MHonArc 2.6.16.

Top of Page