Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Mesh: Medit files become critically large...
  • Date: Thu, 24 Aug 2017 14:02:54 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:7Lxvox2rvVOvQ5ZDsmDT+DRfVm0co7zxezQtwd8ZsesfKvad9pjvdHbS+e9qxAeQG96Eu7QZ06L/iOPJZy8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tLw6annrn5jEbHlDzNBF+O//uMo/UlcW+ke6oqLPJZAAdzh60fKl/Kgn+lwTXu8ALyctJBY8VjTTEpX5FZ/5H62pjOVWJjle2rpO09YN5/iJM/egg8cNJTI3xcK08C7tCA2J1YCgO+MT3uEybHkO07XwGXzBOnw==
  • Organization: GeometryFactory

Le Thursday, August 24, 2017 1:15:51 PM CEST Michael Bieri a écrit :
> Benjamin, I think that's exactly what I've been looking for. Does CGAL
> itself offer a function to write the VTK format? I think it's a matter of
> an hour or so to write a writer, but why reinvent the wheel if it's maybe
> already there... (I would prefer not to use any code from VTK in my
> project, in order to keep the number of dependencies low.)

CGAL does not try to reproduce functionality that is already in VTK. And
anyway, CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h is implemented using
VTK as a dependency, and thus that cannot fit your need to avoid extra
dependencies.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page