[Paraview] access to the filter object from the panel object and vice versa

2010-09-23 Thread Felipe Bordeu
Hello, I am writing a Reader (plugin) with a custom panel. I will like to know, how can I transfer information (call a member function) from the Reader class (vtkMyReader) to my panel class (pqMyReaderPanel) and vice versa. Right now I use the information stored in the gui (not very convenie

Re: [Paraview] access to the filter object from the panel object and vice versa

2010-09-23 Thread Utkarsh Ayachit
You cannot call a function on the panel from the reader. ParaView is designed to work in client-server configurations. In that case the reader object is located on the server process with the panel is located on the client and there's no way for the reader to call a method on the client. If there'