[Paraview] Help with using the vtk c++ interface for writing xml paraview files

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Apr 25 11:49:39 EDT 2011


Ali,

http://www.vtk.org/VTK/img/file-formats.pdf desribes the VTK file
formats. It also provides an overview of the VTK data structures.
Additional information about the VTK data model can be found on
http://www.paraview.org/Wiki/ParaView/Users_Guide/Table_Of_Contents
(sepecifically http://www.paraview.org/Wiki/ParaView/Users_Guide/VTK_Data_Model
)

You have two alternatives, either you can write the raw xml yourself,
or map your data to the VTK data model and the use the vtkXMLWriters
to write the data out.

Utkarsh

On Sun, Apr 24, 2011 at 12:45 PM, ali rostai <ali.rostai at gmail.com> wrote:
> Hi,
>
> I am doing a simulation (c++) on unstructured grid and want to use paraview
> for visualization.
>
> I know vtk provides an interface for writing vtk xml files but I can not
> find any introductory
> guide to get started.
>
> Can any one provide me examples or any guides available?
>
> Thanks,
> Ali
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list