Skip to Content.
Sympa Menu

cgal-discuss - Problem about dual in DelaunayTriangulation_3

Subject: CGAL users discussion list

List archive

Problem about dual in DelaunayTriangulation_3


Chronological Thread 
  • From: Kuan <>
  • To:
  • Subject: Problem about dual in DelaunayTriangulation_3
  • Date: Sat, 20 Oct 2007 23:35:12 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aKgd45qSqh81KNkSDp+sxPPGxZ02eh62OQG9LscqfwIa34h8yK7iWLWn8nJkMljZfc+dMmID4K4Qqbz9WfDDSiTJ5mRLPxVopFgtxglqjaFn2/w3YkeuDFXMsSrLMUGdhaGuneRP/dYMAT9EvqXGcmdpV8sX7hvSiAlmXege57g=

Hi all,
I have a problem with dual of Facet in DelaunayTriangulation.
Here is the code, citer is Cell_handle.  And error appears when use assign, debug will say runtime error.
What's my mistake?

CGAL::Object o = dt->dual(citer, 0);
K::Ray_3 r;
K::Segment_3 s;
if (CGAL::assign(r, o))       //crash
{
//do something
}
else if (CGAL::assign(s, o))
{
//do something
}

best regards
Kuan



Archive powered by MHonArc 2.6.16.

Top of Page