Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] About Nef polyhedra

Subject: CGAL users discussion list

List archive

[cgal-discuss] About Nef polyhedra


Chronological Thread 
  • From: BBB HHH <>
  • To: "cgal-discuss lists-sop.inria.fr" <>
  • Subject: [cgal-discuss] About Nef polyhedra
  • Date: Thu, 15 Oct 2009 01:12:44 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=iTTFaoByggS9gSBhkiquUIrp+SlgXUQ1XtVxrF+fvzpjUSRqejliCRob3dGRL3a/nSk64QvC/beAicpOwSzhplVRa0wcO2CL5uIGuwNEBWbL2oX5tF2XpEvlZRP/7PFhr7mAlBuRTYKo3XK487GrJ8pLNg6pEo245EnDP+q2oM4=;

Hello,

I am using Nef polyhedra with extended kernels because I am performing some plane intersections. I want to know how can I obtain the Polyhedron type which is compatible with the Nef polyhedron (with extended kernel) I am using. I tried something like this:

typedef typename Nef_polyhedron_3<Traits>::Polyhedron                 Polyhedron;

error C2039: 'Polyhedron' : is not a member of 'CGAL::Nef_polyhedron_3<Kernel_>'

but I had a compilation error (I am using VS2005 and CGAL 3.4beta1 under Windows XP).

Thanks in advance for your help.

Hichem Barki



  • [cgal-discuss] About Nef polyhedra, BBB HHH, 10/15/2009

Archive powered by MHonArc 2.6.16.

Top of Page