[Paraview] Alter VTK Object on True Client-Server

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Aug 1 11:21:03 EDT 2011


Try looking at "information_only" properties. That's one of the
recommended ways to get values from the server-side. However
friendships won't work in that case and you'd need public API to
access those values.

Utkarsh

On Mon, Aug 1, 2011 at 11:14 AM, janaki prasad
<janaki.prasad90 at gmail.com> wrote:
> I am currently using ParaView 3.10.1 (latest stable, I believe) and I have a
> custom VTK object which inherits vtkAlgorithm. I require such functionality
> to update properties on my GUI (my GUI is a friend class on my object to
> access certain private members which are essential to properly update the
> GUI). Is there a more proper/effective way to accomplish this in ParaView?
>
> Regards,
> Janaki Duggirala
>
> On Mon, Aug 1, 2011 at 9:47 AM, Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> wrote:
>>
>> What are you trying to do with the VTK object? And what version of
>> ParaView is this?
>>
>> Utkarsh
>>
>> On Mon, Aug 1, 2011 at 10:28 AM, janaki prasad
>> <janaki.prasad90 at gmail.com> wrote:
>> > Hello,
>> >
>> > Is there a proper way to update a VTK object on ParaView's true
>> > client-server architecture? I am writing a plugin which currently uses
>> > vtkSMProxy::GetClientSideObject(), however, this does not work on a true
>> > client-server. Are there any mechanisms that ParaView already has which
>> > will
>> > allow this to work properly?
>> >
>> > Regards,
>> > Janaki Duggirala
>> >
>> > _______________________________________________
>> > 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
>> >
>> >
>
>
> _______________________________________________
> 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 mailing list