Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Crash by transforming Polyhedron_3 to Nef_Polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Crash by transforming Polyhedron_3 to Nef_Polyhedron_3


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Crash by transforming Polyhedron_3 to Nef_Polyhedron_3
  • Date: Thu, 22 Oct 2015 08:43:47 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:qPiqIRdrr2NFM/C7wdRlUG8hlGMj4u6mDksu8pMizoh2WeGdxc68Yh7h7PlgxGXEQZ/co6odzbGG7ua4AidZucvJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3BPAZ4bt74BpTVx5zukbviptuLOE4R3Gf1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GLdXBTBjP2Eu79DwrjHCSxGO7z0SSDY4iB1NVkL+4RvzRYvwvy2yku1n2S6GdY3ZQLcxVCi4/oliQwPvkjZGfXZt62XQkM13kORepDquohV+x8jfZ4TDZ6k2Rb/UYd5PHTkJZc1WTSEUWo4=
  • Organization: GeometryFactory

Can you share the input?

Thanks,

Sebastien.


On 10/22/2015 08:24 AM, Gilles wrote:
Hello,

Everything compiling well in my developpment.
Using CGAL/Polyhedron_incremental_builder_3, I'm creating a new Polyhedron,
it's looks nice at screen.

<http://cgal-discuss.949826.n4.nabble.com/file/n4661258/cgal.png>

My problem : When trying this :

*if(this->is_closed())
{
Nef_polyhedron tempo (*this);
}
*

...it crashes miserably, without any message !

The header of my class looks like that :

#include "formvirtual.h"
#include "polygon_ac.h"

#include <CGAL/Polyhedron_3.h>
#include <CGAL/Nef_polyhedron_3.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>

typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel_exact;
typedef CGAL::Polyhedron_3<Kernel_exact> Polyhedron;
typedef CGAL::Nef_polyhedron_3<Kernel_exact> Nef_polyhedron;
typedef Polyhedron::Halfedge_handle Halfedge_handle;
typedef Polyhedron::Halfedge_around_facet_const_circulator HF_circulator;
typedef Polyhedron::HalfedgeDS HalfedgeDS;

class Polyhedron_ac :public FormVirtual,public Polyhedron

Any clue ?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Crash-by-transforming-Polyhedron-3-to-Nef-Polyhedron-3-tp4661258.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page