Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Delaunay_triangulation when loaded from a file has "invalid" set

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay_triangulation when loaded from a file has "invalid" set


Chronological Thread 
  • From: Renaud GILLON <>
  • To:
  • Subject: [cgal-discuss] Delaunay_triangulation when loaded from a file has "invalid" set
  • Date: Thu, 26 Nov 2020 19:07:03 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Neutral ; spf=None
  • Ironport-phdr: 9a23:RR/29BWAlTN0Zsmf6Q0wpgzYanDV8LGtZVwlr6E/grcLSJyIuqrYbRCHt8tkgFKBZ4jH8fUM07OQ7/m/HzVdu93R4TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrrwjdrNQajIt8Jqo+yRbEpmZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhNww4DaboKbOudgcKzBZt4VX3ZNU9xLWiBdHo+xbY0CBPcBM+ZCqIn9okMDowegCgmqHuzv1yJHjWL306M51eovFxjI0hQ9FN8JqnTbstP1O70PUe+o1qXIwjTDb/dS2Tf67ojFaQshoPGRUr1udcrRyFUvFgPfglqMrozlOiqY2+IQuGeU8+RuT/igi3I7qw5vuDivwN8hh5THiI8W1l3J9jt0zYc6K9C8TEN2fN6pHYZUuiyaNYZ4TcwvTmJstSs6xbMLuJ+2cSYFxZkkxxDSaPyJfomI7x/lSe2fLzB4hHd/d7K+gRa/6VOgy+3hWcaq1FZKrzZFk9nWunwXyxPT7c2HRuNm/kahxDmAyQTT6uBYIUE0j6bUN5khwrs2m5EOskrDBjf7lFjygaKVbEko5+ul5ub9brn4opKQLY95hw7mPqgwhsCyBf40PwsOUmSB5Oiwyr7u8Vf5TblXiPA9j7PXv4rAJcsBo660Gw9V3Zgn6xa4Fzqmy8oXnWMZLF1bYhKLkYnkNl/XLP34F/u+jUqjnyxyy/DGOb3hGYnNLnnFkLfuZ7py90lcyA8rwdBe4ZJbFK0BLeruVkL1t9HUFAI1Pg+2zur9Ftlw0pkSVGKAD6OBNaPdq16I5uYhI+mWY48VvS7wK+I76P7ol3A5hEIScbOm3ZsWbHC4GvNmI0OCbHr3gtYODHkFvg4/TOz2iFyOSyJcZ3G3X64k/DE0FJqmDZvfRoCqmLGOwCi7EYdSZmxfF1+MEGzoeJmZW/cXcyKfOdRhkzwBVbi5UYAtzxCutAngy7pmNOXY4CMYtYiwnORysubcnBV3+T1vBNmGyEmMSXt1lyUGXWwYxqd69HZwzF6e3eBXoth8Mvobs+lEVA4nOdjTzuh+DNbaQRPNc9OIVEfgSdKjV2JiBuktysMDNh4uU+6piQrOinLzX+0l0oeTDZlxyZrymmDrLp8hmW3X2KQljkU3BMBIMD/+3/8tx03oH4fM1n6hueOvfKUY0jTK8T7fn3GfsExcURJhF67CWCJFPxaEnZHC/krHCoSWJ/EnPw9Gk5/QMaZQdNDz1wsdAaqlJ9nUJmK2gHuxAxnOzbSJPtLn

Hello,

Using the Delaunay_triangulation class with Epick_d kernel, we noticed that after streaming the triangulation to a (text) file, closing the file, the loading that file back into a new Delaunay_triangulatin object, the "invalid" property is set to "true".

When trying to call the locate() function on the triangulation initialized from the file, we get "trouble" (error messages). However if we make a copy to a third triangulation object using a copy constructor, then the new triangulation does not have "invalid" set and it works properly.

Is this a known issue ? Or should I report it as a bug with more detail ?

Regards,


Renaud
--
Renaud GILLON

SYDELITY
"Scaleable Virtual Prototyping"

Mobile : +32 (0)495 27 65 65
E-mail : 
Web:     www.sydelity.com 



Archive powered by MHonArc 2.6.19+.

Top of Page