[Paraview-developers] paraview : how to get the GUI name from a vtkObject ?

Cory Quammen cory.quammen at kitware.com
Fri Jul 10 11:47:48 EDT 2015


Hi Frank,

There is no direct way to do this. You would have to iterate over the all
the proxies in ParaView, call GetClientSideObject() on each proxy, and
compare the returned pointer to the pointer of the vtkObject you are
looking for.

Best,
Cory

On Sun, Jul 5, 2015 at 11:09 AM, houssen <houssen at ipgp.fr> wrote:

> From a vtkObject, how to get the name (alias) one can see / modify in the
> paraview GUI ? (name in the pipeline browser)
>
> Franck
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150710/43a6e0f7/attachment.html>


More information about the Paraview-developers mailing list