<html>
<body>
Hi Ernest, <br><br>
Maybe you should give a look at these classes from vtk :<br><br>
<a href="http://public.kitware.com/VTK/doc/nightly/html/classvtkStructuredGridWriter.html">
vtkStructuredGridWriter</a> and
<a href="http://public.kitware.com/VTK/doc/nightly/html/classvtkStructuredGridWriter.html">
vtkUnstructuredGridWriter</a>
(<a href="http://public.kitware.com/VTK/doc/nightly/html/classvtkUnstructuredGridWriter.html" eudora="autourl">
http://public.kitware.com/VTK/doc/nightly/html/classvtkUnstructuredGridWriter.html</a>
).<br><br>
Here's the code we use in our program (linked with VTK)<br><br>
<font face="Arial, Helvetica"><x-tab>
        </x-tab>
vtkUnstructuredGridWriter
*uGridWriter=vtkUnstructuredGridWriter::New();<br>
<x-tab>        </x-tab>
uGridWriter->SetFileName(fileName)  ;<br><br>
<x-tab>        </x-tab>ostream
*fileHandle= uGridWriter->OpenVTKFile() ;<br>
<x-tab>        </x-tab>
uGridWriter->WriteHeader (fileHandle);<br><br>
<x-tab>        </x-tab>
uGridWriter->SetInput(container->getUnstructuredGrid());<br>
<x-tab>        </x-tab>
uGridWriter->Write();<br>
<x-tab>        </x-tab>
uGridWriter->CloseVTKFile (fileHandle) ;<br><br>
<br>
</font>If you only need to export the mesh (and not the data, it should
not be too difficult)<br>
Laurent.<br><br>
<br>
Le 13:57 05/05/2008,Ernest Johnson écrit:<br>
<blockquote type=cite class=cite cite="">>Hi Ernest - To avoid writing
format translators again and again (IIRC <br>
>several people on this list are also interested in the VTK format),
it <br>
>would actually be really nice if you could directly add a routine in
<br>
>Gmsh to save a mesh in VTK format.<br><br>
I'm not sure if I know enough to write a valid VTK file.  The code
that I produce would probably work fine for my purposes, but cause other
applications to fail. If some open source converter (or any other project
that writes a general, unstructured mesh) to the VTK format exists, I
offer to integrate that code into gmsh. Any suggestions where to
start?<br><br>
Best,<br>
Ernest<br><br>
<br>
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.
<a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ">
Try it now.</a> <br>
_______________________________________________<br>
gmsh mailing list<br>
gmsh@geuz.org<br>
<a href="http://www.geuz.org/mailman/listinfo/gmsh" eudora="autourl">
http://www.geuz.org/mailman/listinfo/gmsh</a><br><br>
No virus found in this incoming message.<br>
Checked by AVG. <br>
Version: 7.5.524 / Virus Database: 269.23.8/1414 - Release Date:
04/05/2008 12:31</blockquote>
<x-sigsep><p></x-sigsep>
<div align="center"><font face="arial" size=2>
__________________________________________________________________________________________________<br>
<br>
</div>
<b>Laurent Van Miegroet</b> <br>
Ingénieur de recherche<br>
LTAS - Service d'Ingénierie des Véhicules Terrestres <br>
Université de Liège <br>
Institut de Mécanique et de Génie Civil, Bât. B52 <br>
Chemin des Chevreuils, 1 <br>
B-4000 Liège, Belgique <br>
Tél : +32.4.366.92.70 <br>
Fax: +32.4.366.91.59 <br>
E-Mail :
<a href="mailto:L.VanMiegroet@ULg.ac.be">L.VanMiegroet@ULg.ac.be</a>
<br>
URL: <a href="http://www.ingveh.ulg.ac.be">www.ingveh.ulg.ac.be</a> <br>
</font></body>
</html>