[Paraview] Communication from Python to own C++ reader

2009-10-15 Thread Fabian Wein
Hi, it's me again - I have the impression that nothing that I try really works :( But I'm getting closer :) I get access to my reader from python via r = GetSources().items()[0][1] I want to get an integer value from my reader. The only way I know to do this, is: *.h

Re: [Paraview] Communication from Python to own C++ reader

2009-10-15 Thread Sven Buijssen
- Original Message - From: Fabian Wein fabian.w...@am.uni-erlangen.de To: paraview@paraview.org paraview@paraview.org Sent: 10/15/09 15:19:21 Subject: [Paraview] Communication from Python to own C++ reader Hi, it's me again - I have the impression that nothing that I try really works