Hi,

A new thing I don't know how to do with Paraview.
I have written a personnal reader, that creates vtkStructuredGrid from files
written in so called format "v3d". So I'm able to construct a
MutliBlockDataSet, that is composed of all the Blocks I'm working with.

I would like to use "Programmable Source", so we don't need to write the
file on the disk before to open it with Paraview.
Does "Programmable Source" work with MultiBlockDataSet ? I don't see this
class in the Output Data Set Type that we can choose...

And is it correct if I write in the Script of the Programmable Filter :

from perso import *
multiblock = MultiBlockDataSetFromV3D(.....)
self.GetOutput().DeepCopy(multiblock)

Thanks for help.

A.MARSAN
_______________________________________________
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

Reply via email to