[Paraview] Custom Filters not showing in PV3.2

Eric Monson emonson at cs.duke.edu
Thu Nov 8 15:21:29 EST 2007


Hey Mike,

If your custom plugins are being compiled correctly there should be  
libraries which are generated during the build. Once you are in  
ParaView, go to the menu Tools => Manage Plugins... and you can  
manually load these libraries (server or client side). You can also  
set the PV_PLUGIN_PATH environment variable to the directory  
containing the plugin libraries and they'll be loaded on application  
launch.

-Eric

-----------------------------------------------------
Eric E. Monson
Duke Visualization Technology Group


On Nov 7, 2007, at 2:33 PM, Mike Jackson wrote:

> I got my custom plugins to compile against ParaView 3.2 and all my  
> custom readers seem to work but my filters do NOT show up anywhere  
> in the Filter menu.
>
> I have server manager XML defined as follows:
>
> <ServerManagerConfiguration>
>   <ProxyGroup name="filters">
>
> 	   <SourceProxy name="BurgerVector" class="vtkBurgerVectorFilter">
> 	     <InputProperty
> 	        name="Input"
> 	        command="SetInputConnection">
> 	          <ProxyGroupDomain name="groups">
> 	            <Group name="sources"/>
> 	            <Group name="filters"/>
> 	          </ProxyGroupDomain>
> 	          <DataTypeDomain name="input_type">
> 	            <DataType value="vtkUnstructuredGrid"/>
> 	          </DataTypeDomain>
> 	     </InputProperty>
> 	
> 	     <DoubleVectorProperty
> 	        name="BurgerVector"
> 	        command="SetBurgerVector"
> 	        number_of_elements="3"
> 	        default_values="0.0 0.0 0.0">
> 	     </DoubleVectorProperty>
> 	   </SourceProxy>
> 	  </ProxyGroup>
> </ServerManagerConfiguration>
>
> I tried wading through the wiki but I am no longer sure what  
> applies to PV 2 and what applies to PV 3
>
> Thanks
> --
> Mike Jackson
> imikejackson & gmail * com
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20071108/89211516/attachment.html


More information about the ParaView mailing list