Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] precondition error in voronoi diagram example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] precondition error in voronoi diagram example


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] precondition error in voronoi diagram example
  • Date: Mon, 06 Jun 2016 16:03:21 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:9CAhdhP6IFxjkwJNKI0l6mtUPXoX/o7sNwtQ0KIMzox0KPr/rarrMEGX3/hxlliBBdydsKIVzbSH+P6/EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35XxibH5pcKbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/JHBK71dqB9Qb1DByk9KEg04tfqvF/NV1ih/HwZBy8tnxBBGBTE4ReyepDrsyzm/qpS1S6fMNHsXJ49Uiil9bYqAle8kyMALT8+7CfSjuR/iatapFSqoBkpkN2cW52cKPcrJvCVRtgdX2cUBss=
  • Organization: GeometryFactory

Check that the dimension of the triangulation is 2 (no points inserted?)

Sebastien.

On 05/29/2016 04:42 PM, Zhe Cao wrote:
Hi guys,

I am testing the example code and I got a precondition violation error.
<http://cgal-discuss.949826.n4.nabble.com/file/n4661966/1.png>

The link to the example code is closed.
http://doc.cgal.org/latest/Voronoi_diagram_2/Voronoi_diagram_2_2vd_2_point_location_sdg_linf_8cpp-example.html

The following is a section of my code (VDA is a Voronoi_diagram_2 instance).
I got the error when I call the ccb function [(*f)->ccb()]. Basically I want
to find the face the query point locates at and visit all the vertices that
face consists of.
<http://cgal-discuss.949826.n4.nabble.com/file/n4661966/2.png>

I have no idea about what is happening here. SOS.

Zhe



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/precondition-error-in-voronoi-diagram-example-tp4661966.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




  • Re: [cgal-discuss] precondition error in voronoi diagram example, Sebastien Loriot (GeometryFactory), 06/06/2016

Archive powered by MHonArc 2.6.18.

Top of Page