Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL is throwing exception while reading it's own output triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL is throwing exception while reading it's own output triangulation


Chronological Thread 
  • From: Mael <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL is throwing exception while reading it's own output triangulation
  • Date: Mon, 28 Oct 2019 09:36:37 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:0OJfGx0QvzeTyHOfsmDT+DRfVm0co7zxezQtwd8ZseITLPad9pjvdHbS+e9qxAeQG9mCsLQV26GP6fmocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmTSwbal2IRi1ogndq9cajZZ/Iast1xXFpWdFdf5Lzm1yP1KTmBj85sa0/JF99ilbpuws+c1dX6jkZqo0VbNXAigoPGAz/83rqALMTRCT6XsGU2UZiQRHDg7Y5xznRJjxsy/6tu1g2CmGOMD9UL45VSi+46ptVRTljjoMOTwk/2HNksF+kbxVoByhqRJ8zYDbbo6aO/hica7GZ9wWWXBMU9xNWyFPAo6xaZYEAeobPeZfqonwv1wAogGgCgmoGejizTpIiWXo0q0+yeghCwbG3BEvHt0QtHTYttH1O70JXu+u0qbF1jrDYO1R2Tf49ofIbgohoPGCXb1qbcXR1U4vFxnFj1mKtYPlODaV2/0LvmOG4eRgUuevhHQmqwF3ujWvycYsipXJhoII0V/I7zl2wIEwJdGgVEF7bsSrEJ9KuyGdLYt2TcUvSHxrtiYi0rALtp+2cDIXxJg7xxPTcfKKfoeS7h7+TOqdPy10iG9ldb6lmhq/80atxvfhWsS10VtHqDdOnMPWuXAXzRPT79CKSvtj8Uel3jaCzw7e5vtBIUAziKbWKZAszqQ1lpUJsETDGjb6mELrjK+KbEkk/fao6+T9brXguJCcK5d4igD4MqswhsyyGes1PwkUU2SG5eix1Kfv8EP2TblQk/E6iqzZv4rbJcQfqK65GQhV0oM75ha6FTipztAYkWMdLFJCZRKGgJbmO1XULPD8F/iwmE+jnylwyvDJILLhBZDNIWbfkLf7fbd95VRTxxYvzdBY/ZJVCqsNL+70Wk/0rNDYFAM2MxSow+b7D9Vwzp8RWW2VDa+dKa/drF6I5vkzLOmRf48Voy3wK+Ml5v7rlX82g0URfaiv3ZsNaXC3BO5qI0uDYSmkvtBUGmgDuk8yTffhlUaZeT9VfXe7GawmtR8hD4fzKI7OQsj5hbWM2GGhGYBGa2QADlmGG3rAeIiDXvoQcjOcK8R9lSYVE7OmTtlyhlmVqAbmxu8/faLv8SoCuMe7jYkn16jojRg3sAdMIYGY2mCJQXtzmzlRFTA726VyvVZsxF6Iza9ikrpTEtkBv6oVADd/DobVyqlBM/63QhjIJI7bR1uhR9i6GyA/R9ktxMUfJU16Hof6102R72+RG7YQ0oezKtk0/6bbhSajfIB4zC+Zj+8khlgiB8xSKSuhmK458QXPVdbE

Hello,

Could you please host the data file and your code on a website such as gist.github.com ?

Thank you.

Mael

On 18/10/2019 08:48, Mukherjee, Soham wrote:
Hi, I have a point cloud that I triangulated. I triangulated with Delaunay_Triangulation_3 and saved it by >> operator. But while reading the saved triangulation it is throwing exception. I cannot attach the text file as it is larger than the attachment size limit. CGAL error: assertion violation! _expression_ : false File       : /usr/local/include/CGAL/Triangulation_3.h Line       : 6781 Explanation:  Refer to the bug-reporting instructions at https://www.cgal.org/bug_report.html libc++abi.dylib: terminating with uncaught exception of type CGAL::Assertion_exception: CGAL ERROR: assertion violation! Expr: false File: /usr/local/include/CGAL/Triangulation_3.h Line: 6781 Abort trap: 6 The vertices that I am triangulating is attached with this email. Column 0, column 1 and column 2 are x, y, z coordinates. 4th coordinate is some scalar value that is not used in Triangulation. Thanks, Soham



Archive powered by MHonArc 2.6.18.

Top of Page