[Paraview] Plugin that is a reader and a filter

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Sep 22 09:13:08 EDT 2010


Easiest solution would be apply the transform within the reader
itself. You can easily create a vtk-level subclass for your reader
that can do that. Then this is just a reader.

Utkarsh

On Tue, Sep 21, 2010 at 9:36 PM, David Doria <daviddoria at gmail.com> wrote:
> I want to make a plugin that will read a file (which contains a
> transform) and apply it to the input of the plugin. Classically I have
> had either:
>
>  <ProxyGroup name="sources"> // for readers, lets me file->open to
> select a file
>
> or
>
>  <ProxyGroup name="filters"> // for filters, to do something to the
> selected object in the pipeline
>
> For this plugin I want to do both. Is this possible?
>
> I have attached my xml files. Could someone let me know how it needs
> to be structured to achieve this?
>
> Thanks,
>
> David
>
> _______________________________________________
> 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
>
>


More information about the ParaView mailing list