David,

Thank you for the reply.

A follow up question: how would I go about changing an executive to try out
the new streaming multi-threaded executive? There don't seem to be
"executive" properties declared for the SM proxy objects.

Jenya

On Fri, May 21, 2010 at 10:10 AM, David E DeMarle
<dave.dema...@kitware.com>wrote:

> ParaView's default Executive type is vttkCompositeDataPipeline, see
> vtkSMSourceProxy for where that is done.
>
> Only two sourceproxies don't use that default, grep for the executive
> tag in the XML configuration to see which ones.
>
> If you are looking for examples of how to make a reader/source that
> produces composite data I recommend vtkDataObjectGenerator. That can
> produce multiblock and amr data if you give it the right program
> string.
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-371-3971 x109
>
>
>
> On Fri, May 21, 2010 at 12:23 PM, Jenya Burstein <taijin...@gmail.com>
> wrote:
> > Hello,
> >
> > I would like to create a vtkCompositeDataSet-based source with Paraview
> API
> > and set the default executive of vtkAlgorithm to the
> > vtkCompositeDataPipeline.
> >
> >
> > I couldn't find an SM proxy defined for the vtkCompositeDataSet class in
> the
> > ServerManager resource XMLs and I don't see any proxies defined for
> > executives either.
> >
> > Is there a way to to do that with the Paraview out of the box or do I
> need
> > to create my own custom proxies?
> >
> > Any advise is much appreciated,
> > Jenya
>   > _______________________________________________
> > 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
> >
> >
>
_______________________________________________
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