[Paraview] Custom Filter Not Seen in 3.2.1 Filter Menu

Robert Maynard RobertJMaynard at gmail.com
Tue Dec 11 18:08:15 EST 2007


Yeah my mistake about the cmakeLists.

On Dec 11, 2007 5:42 PM, Kent Eschenberg <eschenbe at psc.edu> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20071211/1a9031f0/attachment.htm


More information about the ParaView mailing list