[Paraview] Programmable Source & MultiBlockDataSet

Aurélien Marsan aur.marsan at gmail.com
Fri Apr 23 08:07:35 EDT 2010


Maybe I have found a way to avoid the Programmable Source...

But Is it possible to export an object created in the python shell directly
into the pipeline of the paraview interface ?

Le 22 avril 2010 15:36, Aurélien Marsan <aur.marsan at gmail.com> a écrit :

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100423/60ab1938/attachment.htm>


More information about the ParaView mailing list