[Paraview] Plugin that is a reader and a filter

David Doria daviddoria at gmail.com
Tue Sep 21 21:36:41 EDT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ReadAndApplyTransform.xml
Type: text/xml
Size: 936 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100921/50687814/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ReadAndApplyTransform_GUI.xml
Type: text/xml
Size: 162 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100921/50687814/attachment-0001.bin>


More information about the ParaView mailing list