[Paraview] error using new reader
Brad King
brad.king at kitware.com
Mon Dec 13 18:30:10 EST 2004
John Biddiscombe (CSCS) wrote:
> Could anyone please point me to the way to solve this problem. Paraview
> gives me this error before quitting and I'm not sure if I'm missing a
> member in the reader, or some definition in one of the pvsm or xml
> files. any clues welcome.
>
> thanks
>
> JB
>
> # Error or warning: There was a VTK Error in file:
> /local/packages/ParaViewCvs/Servers/Common/vtkProcessModule.cxx (550)
> Object type: vtkPVServerArraySelection, could not find requested method:
> "GetArraySettings"
> or the method was called with incorrect arguments.
>
> while processing
> Message 2 = Invoke
> Argument 0 = id_value {1242}
> Argument 1 = string_value {GetArraySettings}
> Argument 2 = id_value {1240}
> Argument 3 = string_value {Point}
> ErrorMessage end
> Object type: vtkPVServerArraySelection, could not find requested method:
> "GetArraySettings"
> or the method was called with incorrect arguments.
This is a bug related to the change of a reader from subclassing off of
vtkSource to subclassing off of a different vtkAlgorithm subclass. I've
add it to my to-do list to fix.
-Brad
More information about the ParaView
mailing list