[Paraview] turning on debug information for a filter through the proxy

Andy Bauer andy.bauer at kitware.com
Fri Dec 6 13:24:30 EST 2013


Ok, just figured it out. I needed to use GetClientSideObject(). For example:

s = Sphere()
s.GetClientSideObject().DebugOn()


On Fri, Dec 6, 2013 at 1:17 PM, Andy Bauer <andy.bauer at kitware.com> wrote:

> Hi,
>
> Is there any way to turn on debug information (i.e. vtkObject::DebugOn())
> for a filter on the server from the client side proxy? As far as I can
> tell, all of the debug methods are for proxies and other things on the
> client.
>
> Thanks,
> Andy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20131206/166824db/attachment.htm>


More information about the ParaView mailing list