[Paraview] GetClientSideObject() now returns vtkPassInputTypeAlgorithm

Cory Quammen cory.quammen at kitware.com
Wed Dec 14 11:55:43 EST 2016


Rustem,

The client-side object is still a vtkPVCompositeRepresentation:

r = GetRepresentation()
print(r.GetClientSideObject().GetClassName())

produces vtkPVCompositeRepresentation.

HTH,
Cory

On Wed, Dec 14, 2016 at 11:46 AM, Rustem Khabetdinov
<rustem.khabetdinov at gmail.com> wrote:
> Hello,
>
> Some time ago I wrote a script that took active representation and its
> client side object and the return value was vtkPVCompositeRepresentation but
> now it is vtkPassInputTypeAlgorithm . Is it possible to get representation
> again instead of algorithm?
>
> Thanks
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the ParaView mailing list