[Paraview] Custom Filters NOT showing up in Filters List (CVS HEAD)

pat marion pat.marion at kitware.com
Tue Feb 23 11:16:51 EST 2010


Is that supposed to be 'menu_label' ?

Pat

On Mon, Feb 22, 2010 at 1:14 PM, Michael Jackson <
mike.jackson at bluequartz.net> wrote:

> I have some custom filters that I have developed. I use the
> "PARAVIEW_EXTRA_EXTERNAL_MODULES" to compile them directly into ParaView. I
> know they are getting compiled as I can see the compile command go by on the
> command line. The problem is that they do not show up when I run ParaView in
> the filter list. Here is an example XML File:
>
> <ParaViewFilters>
>  <Category
>    name="Microstructure"
>    menu_lable="&amp;Microstructure">
>    <Filter
>      name="IPFFilter"/>
>  </Category>
>  <Filter
>    name="IPFFilter"/>
> </ParaViewFilters>
>
> Which is added like so in my CMake files:
> # -- Add the Client side xml
> set(IPFFilterClient_XML
> ${PVMXADataModel_SOURCE_DIR}/Source/Client/IPFFilter/Resources/IPFFilter_GUI.xml)
> PARAVIEW_INCLUDE_GUI_RESOURCES( "${IPFFilterClient_XML}" )
>
> This works just fine with ParaView 3.6.2. This was a completely clean
> build.
>
> Suggestions? Thanks.
> ___________________________________________________________
> Mike Jackson                      www.bluequartz.net
> Principal Software Engineer       mike.jackson at bluequartz.net
> BlueQuartz Software               Dayton, Ohio
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100223/122388c2/attachment.htm>


More information about the ParaView mailing list