[Paraview] Problem with ParaView 3.4 and additional Filter...

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Dec 19 09:20:56 EST 2008


Stefan,

Looks like you only loaded the xml for the filter. Loading of xml is
fine when exposing filters already present in VTK but not available to
ParaView GUI. The MyElevataionFilter.xml refers to a new filter class
vtkMyElevationFilter which needs to be compiled. Hence simply loading
xml is not valid here. Instead you should load the plugin shared
library that would be compiled if you turn on BUILD_EXAMPLES when
configuring paraview using CMake. On compiltation there will be
libSMMyElevation.so (or similar on  other platforms) that you can load
through the plugin manager.
Look at http://www.paraview.org/Wiki/Plugin_HowTo for details.

Utkarsh


On Fri, Dec 19, 2008 at 7:22 AM,  <Stefan.Melber at dlr.de> wrote:
>.
> Hi,
>
>
> i tried to load a filter from
>
> ParaView-3.4.0/Examples/Plugins/Filter/MyElevationFilter.xml
>
> to ParaView (3.4, binaries from paraview.org and the same in a self-compiled version) with the dialog "Tools/Manage Plugnis/Extensions" - this works.
>
> But after applying it to an data-set the gui-crashes and i get the message:
>
>
> ERROR: In /opt/PARAVIEW_3_4_build/ParaView-3.4.0/Servers/Common/vtkProcessModule.cxx, line 1079
> vtkProcessModule (0x5107740): Cannot create object of type "vtkMyElevationFilter".
> while processing
> Message 0 = New
>  Argument 0 = string_value {vtkMyElevationFilter}
>  Argument 1 = id_value {554}
>
>
>
> ERROR: In /opt/PARAVIEW_3_4_build/ParaView-3.4.0/Servers/Common/vtkProcessModule.cxx, line 1080
> vtkProcessModule (0x5107740): Aborting execution for debugging purposes.
>
>
> Any ideas what is wrong? The Filter? The usage?
>
> Best regards and thank you,
>
>   Stefan
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list