Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Mesh_3 -> Triangulation_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Mesh_3 -> Triangulation_3


Chronological Thread 
  • From: Marc Alexa <>
  • To:
  • Subject: [cgal-discuss] Mesh_3 -> Triangulation_3
  • Date: Sat, 5 Jan 2019 13:53:50 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:UCZWnB0MSoMexWhYsmDT+DRfVm0co7zxezQtwd8Zse0VK/ad9pjvdHbS+e9qxAeQG9mDu7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDsIOTE2/2/KicJ+grxVrhW6qhxj2o7UZZ2ZNPpicq7fe94RWGpPXtxWVyxEGo6yaJEAD/AdMu1Fs4T9o0UBrBSkCgKxA+7vzyVHhmXq0qEgyeshFR/J3QM6EN8Vv3TUqc/6NKYWUeyv0KbIyjDDYupQ1Dzg64bIaggsre+QUb90a8bcykkiGxnbglmMqoHpJTOY2vkVv2SG4edsSfijh3Mopgx1uDSj28UhhpfTio4I11zJ9SN0y5svK9KiUk50e9ukHYNQty6EM4t2RdsvQ2RytyY7zr0KoIC0czUXxJg+yR7Sa+GLf5KH4hLkU+aRLjN4i2x/dL2jgBay9FCsyuz6VsaqzFZHtjRJnsXIu3wX1BHe6tKLRuVh8kqiwzqC1x3f5vlBIU8ulKrbL5AhwqQ3lpoWqUnDGzX5mF/qg6OMbEok/van6uv9bbj9qZ+cMpV7igD6Mqg0hsO/BuE4PhAUX2eH4eS8yKHj/UrhTbpWgf05iK3ZvInHKsQava62HxJV0p046xukFDen0NEYnWEdI15feRKHiZLpO1DUL/ziA/e/mQfkrDA+zP/POvjtA47GM2PYuLbnZ7d0rUBGmyQpytUKwptOAfkoJP/jUwelsdXCBVkwNwGkys7oDdx80sUVXmfZUfzRC7/brVLdvrFnGOKLfoJA4G+sechg3ObniDoCoXFYeKCo2ZUNb3XhR6ZpJkyYZTznhdJTSD5W7Dp7d/TjjRi5aRAWf2y7Bvtu6TQyCYbgBoDGFNj03e6xmRyjF5gTXVhoT1CBFXCyKteBUvYILS+ee4pvz2VCWr+mRIsskxqpsV2ixg==

Dear all,

I am generating a tetrahedral mesh using the suite of algorithms in Mesh_3. I
want to use the resulting mesh in my code, which is based on Triangulation_3.
The vertex and cell base classes are incompatible. My preferred way for doing
this would be writing the mesh to a file. Unfortunately, the formats of the
stream operators are different. Is there an easy way to “reduce” what is
being written by Mesh_3 to what is being expected by Triangulation_3?

On a side note: I understand that if I am not using sliver exudation, the
triangulation generated by Mesh_3 will be Delaunay. This means I could export
the points only (and then reconstruct the tetrahedra). Then I only need
information on which tetrahedra are in the interior of the meshed surface. I
tried to circumvent this by using a simple convex surface, namely a sphere.
Yet even for the sphere some tetrahedra are excluded, despite clearly lying
in the interior. I do understand that the excluded tetrahedra are slivers,
but wouldn’t it make sense that a tetrahedral mesh with the boundary vertices
on the sphere contained everything inside the sphere?

Best,
Marc






Archive powered by MHonArc 2.6.18.

Top of Page