Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL::Delaunay_Triangulation_3::dual(const Facet & f)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL::Delaunay_Triangulation_3::dual(const Facet & f)


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL::Delaunay_Triangulation_3::dual(const Facet & f)
  • Date: Thu, 10 Jul 2014 14:08:22 +0200
  • Organization: GeometryFactory

On 07/10/2014 10:43 AM, Thomas Gust wrote:
Actually I´m not sure if it is a problem with CGAL::Object.
The error occurs only dependent on the function call:

works: Object o;
fails: dt3.dual(*f);

Of course it might be because the function tries to make a new CGAL::Object
instance.

Also the CGAL-access dll fails to load with Java in the first place - so I
never get to use any CGAL::Object.
But that could be caused by the RTTI problem.

What are my alternatives for a work around? I need the infinite Voronoi
edges (DT3::Ray) and there are no circum centers for infinite tetrahedra ...

Thomas

If you're in the RTTI pb, you need to do the object_cast/assign in the same lib you're creating the object.

Sebastien.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-Delaunay-Triangulation-3-dual-const-Facet-f-tp4659537p4659543.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page