Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Mesh: Medit files become critically large...

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Mesh: Medit files become critically large...


Chronological Thread 
  • From: Michael Bieri <>
  • To:
  • Subject: [cgal-discuss] 3D Mesh: Medit files become critically large...
  • Date: Wed, 23 Aug 2017 16:12:48 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:0wc9Cx/Q1pDXIv9uRHKM819IXTAuvvDOBiVQ1KB+1uIcTK2v8tzYMVDF4r011RmSAtWdtqoMotGVmp6jcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS46tL2HV93a95DpXFhTkPhduPcz0HJTThoK5zbOc4ZrWNiBJjzq0bLc6BhS7twSZ4swXi4pvMKcZxR7Ao38OcONTkzA7bWmPlgrxs5/jtKVo9D5d7qos

Hi all,

I'm generating meshes with up to several million nodes and save them with output_to_medit(medit_file) of CGAL::Mesh_complex_3_in_triangulation_3<Tr>.

Since data transfer and reading the files is becoming a bit annoying, I wonder how I could save the mesh in a data format more suitable for large data, probably a binary format. I briefly browsed through the code and documentation, but I didn't find anything to write to binary or to write it quickly by myself.

Is there an option, or do I need to write that from scratch?

Best regards,
Michael



Archive powered by MHonArc 2.6.18.

Top of Page