[Paraview] Plugin Verification Data Mismatch

Paul Edwards paul.m.edwards at gmail.com
Wed Feb 24 07:21:16 EST 2010


Is your vtkITKImageBox library in the LD_LIBRARY_PATH when paraview is
launched?

Regards,
Paul

On 24 February 2010 12:10, Christian Werner <christian.werner at rwth-aachen.de
> wrote:

> Attaching the CMakeLists.txt might be interesting, too...
>
>
>
>
> # create a paraview plugin containing server manager xml and the server
> # manager classes to build
> # this plugin can be loaded on the server side
>
> cmake_minimum_required(VERSION 2.4)
>
> PROJECT(vtkITKSampleImageFilter)
>
> INCLUDE("/home/christian/programming/pv-plugins/conf.cmake")
>
> #find and load ParaView settings
> FIND_PACKAGE(ParaView REQUIRED)
> INCLUDE(${PARAVIEW_USE_FILE})
>
> TARGET_LINK_LIBRARIES( vtkITKImageBox )
>
> ADD_PARAVIEW_PLUGIN(SampleImageFilter "1.0"
>  SERVER_MANAGER_XML SampleImageFilter.xml
>  #GUI_RESOURCE_FILES SampleImageFilterGUI.xml
>  SERVER_MANAGER_SOURCES vtkITKSampleImageFilter.cxx
> )
>
> _______________________________________________
> 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/20100224/fd9b36eb/attachment.htm>


More information about the ParaView mailing list