[vtkusers] Write .vtk file format

David Doria daviddoria at gmail.com
Tue Jun 10 07:46:42 EDT 2014


On Tue, Jun 10, 2014 at 5:22 AM, Karthikeyan <karthik.ida at gmail.com> wrote:

>
> Hi please some one tell me how to write .vtk file format using
> unStructuredGridWriter
> in QT c++
>
> Thanks
>

If you have a vtkUnstructuredGrid, you should write a .vtu file using
vtkXMLUnstructuredGridWriter:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTU

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140610/cb4dc9bd/attachment.html>


More information about the vtkusers mailing list