[Paraview] Custom Filter Not Seen in 3.2.1 Filter Menu

Kent Eschenberg eschenbe at psc.edu
Tue Dec 11 17:42:51 EST 2007


Robert Maynard wrote:
> The problem might be that your xml Input line looks like:
> <InputProperty name="Input" command="SetInput">
> 
> When all my custom ones are using:
> <InputProperty name="Input" command="SetInputConnection">

I'll try that. This filter is being ported from 2.6.1.

> Also your CMakeLists looks odd I generally use a format somthing like this
> PROJECT(Cloud)
> FIND_PACKAGE(ParaView REQUIRED)
> INCLUDE(${PARAVIEW_USE_FILE})
<clip>

I'm not making a plugin but building the filter into PV as it is compiled. I 
think the format you suggest is for plugins.

Thanks!
Kent


More information about the ParaView mailing list