[vtkusers] vtkXMLPUnstructuredGridWriter() howto?

Sebastien Jourdain sebastien.jourdain at kitware.com
Thu Aug 26 22:52:54 EDT 2010


I think you just need a vtkUnstructuredGrid and set it to the input of
the writer. Specify the number of pieces you want and call Update() on
the writer.

Seb

On Wed, Aug 25, 2010 at 6:22 PM, Nico Schlömer <nico.schloemer at gmail.com> wrote:
> Hi all,
>
> I would like to write data in parallel and I'm looking at
> vtkXMLPUnstructuredGridWriter() to do the job.
> Unfortunately I've got no idea how to setup my data for it, and how to
> feed it into the writer.
>
> I googled a bit and found that SetNumberOfPieces() and friends may be
> useful/necessary, but I really don't get how to apply it.
> Just about anything would help here I guess.
>
> Cheers,
> Nico
> _______________________________________________
> 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list