[Paraview] Fetching data from xdmf temporal collection
Jean-Michel
jm.lucas at gantha.com
Mon Mar 23 09:15:33 EDT 2015
Armin,
you said you would rather use vtk directly to access raw data in xdmf files.
I tried to follow your advice, but I struggle with the vtkXdmfReader.
Basically, here is what I do:
import vtk
reader = vtk.vtkXdmfReader()
reader.SetFileName(myfile)
reader.ReadAllScalarsOn()
reader.Update()
However, I don't know how to access the data inside reader once this is
done. The GetOutput() method doesn't seem to work. Do you know what I am
missing here ? If not, I'll try and move the discussion over at the
vtk-users list.
Thank you for your help.
Jean-Michel
---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
http://www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150323/744a3290/attachment.html>
More information about the ParaView
mailing list