<p dir="ltr">This sounds interesting! Could you write a snippet of how to get the selected sources from the pipeline browser? Let us assume that a user selects two sources. What's the simplest way to get both output-ports? I could use this information for my plugin, that consumes two polydata inputs. Currently a dialog is opened, where the user must select the second input. This takes too much time ...</p>
<p dir="ltr">Thanks.</p>
<div class="gmail_quote">Am 29.09.2014 15:00 schrieb "Utkarsh Ayachit" <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Depends on what you mean by "selection". If you're referring to the<br>
selection in the Pipeline browser i.e. the "active" source, then use<br>
pqActiveObjects [1]. If you're looking for selection by<br>
clicking/selecting in the render view, pqSelectionManager [2]. [1]<br>
Would often suffice for [2] too depending on what you're looking for<br>
to do once you've determined what was selected since selecting in<br>
render view, also makes the source active.<br>
<br>
Utkarsh<br>
<br>
[1] <a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classpqActiveObjects.html" target="_blank">http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classpqActiveObjects.html</a><br>
[2] <a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classpqSelectionManager.html" target="_blank">http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classpqSelectionManager.html</a><br>
<br>
On Fri, Sep 26, 2014 at 1:05 PM, B.W.H. van Beest <<a href="mailto:bwvb@xs4all.nl">bwvb@xs4all.nl</a>> wrote:<br>
> Hello,<br>
><br>
> I'm trying to build my own plugin (C++) in Paraview.<br>
> I wonder how one can programattically find which object (point, box,<br>
> sphere, ... etc) is selected/clicked by a user.<br>
><br>
> Any hint is much appreciated.<br>
><br>
> Regards,<br>
> Bertwim<br>
><br>
><br>
> _______________________________________________<br>
> Paraview-developers mailing list<br>
> <a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div>