Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge
  • Date: Wed, 15 Aug 2007 08:23:23 -0700


Hi Thomas,

The next educated guess is:
assert( t.dimension() == 3 )
assert( ! t->is_infinite(vh1) );
assert( ! t->is_infinite(vh2) );

and do the circulators circulate at all, that is how many infinite cells are
there?

andreas


Thomas Zangl - Home wrote:
Am Wed, 15 Aug 2007 08:04:37 -0700, schrieb "Andreas Fabri" <>:

Hi!

Rt_Cell_handle c;
int i, j;
assert(t.is_edge(vh1, vh2, c,i,j));
Note that c, i, and j only get assigned values when you are compiling
in debug mode. Otherwise the assert statement is not executed, and
the next call is just random, and so is what follows.

Thanks, thats true. Luckily I am still in debug mode and thats not the
problem :-)
Best regards,



Archive powered by MHonArc 2.6.16.

Top of Page