[Paraview] Append custom filter plugin into category Common

clinton at elemtech.com clinton at elemtech.com
Thu Mar 27 11:33:21 EDT 2008


On Thursday 27 March 2008 9:07:44 am Enkelejda Tafaj wrote:
> Sure. I know this. But please look at the Filter plugin example in
> Examples/Plugins/SMFilter. How to integrate the category information
> into this plugin xml file?
>
> By using this xml file you will have "MyElevation" only listed in the
> category "Alphabetical".
>
> <ServerManagerConfiguration>
>    <ProxyGroup name="filters">
>     <SourceProxy name="MyElevationFilter"
>                  class="vtkMyElevationFilter"
>                  label="MyElevation">
>
>     .............
>     </SourceProxy>
>   </ProxyGroup>
> </ServerManagerConfiguration>
>

You have to make a separate xml file for the GUI side to change how the GUI 
behaves.

http://paraview.org/Wiki/Plugin_HowTo
shows how to write the xml you want, and how to put it in your plugin.

Clint


More information about the ParaView mailing list