<div dir="ltr">Hi Franck,<div><br></div><div>Try to add/edit those lines</div><div><br></div><div><div>spProxyIterator->SetModeToOneGroup();</div><div>spProxyIterator->Begin("sources");</div></div><div><br></div><div>You can find some useful code examples in Python within the following file (look at line 1716):</div><div>=> ParaView-src/Web/Python/paraview/web/protocols.py<br></div><div><br></div><div>But you will have to follow those method calls to ParaView-src/Wrapping/Python/paraview/servermanager.py to get the proper C++ mapping.</div><div><br></div><div>Good luck,</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 7, 2015 at 4:25 AM, houssen <span dir="ltr"><<a href="mailto:houssen@ipgp.fr" target="_blank">houssen@ipgp.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh, yes !... :D Like often debug code is bugged himself.<br>
I wish all softwares could be bug-proof like THE one : <a href="http://bernardbelanger.com/computing/NaDa/index.php" rel="noreferrer" target="_blank">http://bernardbelanger.com/computing/NaDa/index.php</a>.<br>
<br>
Franck<div><div class="h5"><br>
<br>
Le 2015-08-07 0:02, Ben Boeckel a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Aug 06, 2015 at 23:48:26 +0200, houssen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
124           vtkObjectBase * pObj = pProxy -> GetClientSideObject ();<br>
125           msg << "\n  Proxy client obj : " << pObj -> GetClassName ();<br>
</blockquote>
<br>
According to the backtrace, pObj is NULL here. I can't remember off hand<br>
what makes the CSO NULL though :/ .<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le 2015-08-06 23:34, houssen a écrit :<br>
> (gdb) bt<br>
> #0  0x00007ffff1e3db76 in vtkObjectBase::GetClassName (this=0x0) at<br>
</blockquote>
<br>
--Ben<br>
</blockquote>
<br></div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><span class="im HOEnZb"><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br></span><span class="im HOEnZb">
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br></span><div class="HOEnZb"><div class="h5">
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>