[Paraview-developers] [Paraview] Function PrintfSelf - Utilisation in ParaView

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jun 7 06:36:45 EDT 2012


If you're not running in client-server mode, you can simply do the
following in the Python shell to call the PrintSelf method:

> print proxy.GetClientSideObject()

On Thu, Jun 7, 2012 at 4:26 AM, Tuan Ha Tran <tuan-ha.tran at insa-lyon.fr> wrote:
> Hi everybody,
>     PrintSelf is a function that every vtk Class can have to write out
> something.
>     I wonder how can we use that class in ParaView, then Python Shell?
>     Do we have to write the .xml Server Manager file to use PrintSelf. And
> if yes, can anyone tell me how?
>     Thank you very much in advance.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the Paraview-developers mailing list