[Paraview] Error accessing a server object through properties

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Sep 21 12:58:49 EDT 2006


Does the property you added in the XML have  " update_self="1" "? If so, 
then the method is called on the Proxy itself rather than VTK object it 
represents. Remove the update_self attribute or set it to "0" and it 
should fine.

Utkarsh.

rodrigo at lncc.br wrote:
> Hi,
> 
> I'm building a polydata filter in Paraview and my GUI is created through a
> vtkPV* file, instead of building it in my XML files. I'm trying to send
> parameters to my filter using properties. I can get the property but when I
> call the "UpdateVTKObjects" of my proxy, the following error appears:
> 
> ------------------------------------------------------------------------------
> # Error or warning: There was a VTK Error in file:
> /home/workspace/HeMoLab/utilities/paraview-2.4.2/Servers/Common/vtkProcessModule.cxx
> (556)
>  vtkPVProcessModule (0x80671e0): Object type: vtkSMSourceProxy, could not find
> requested method: "ApplyDelaFilter"
> or the method was called with incorrect arguments.
> ------------------------------------------------------------------------------
> 
> I think the "Object type" should be my class, but the SourceProxy appears
> instead.
> 
> Any suggestions?
> 
> Yours Sincerely,
> 
> Rodrigo L. S. Silva
> LNCC - Brazil
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 



More information about the ParaView mailing list