[Paraview] Calling GetProperty() of server manager proxy object from plugin object panel
Takuya OSHIMA
oshima at eng.niigata-u.ac.jp
Sun May 29 05:37:50 EDT 2011
Hi,
In the GUI panel (a subclass of pqAutoGeneratedObjectPanel) of my
reader plugin I have lines getting property of its corresponding
server manager proxy object, like
vtkSMIntVectorProperty *uiRescale
= vtkSMIntVectorProperty::SafeDownCast(this->proxy()->GetProperty("UiRescale"));
This works fine with PV 3.10.1 in both builtin and client server modes,
and in builtin mode of PV git master. However in client server mode of
PV git master as of today, the call
this->proxy()->GetProperty("UiRescale")
returns a null pointer. Did anything in this regard change with the
git master?
The tested platform is OS X 10.6.7, Qt 4.7.2, CMake 2.8.4.
Thanks,
Takuya
Takuya OSHIMA, Ph.D.
Faculty of Engineering, Niigata University
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN
More information about the ParaView
mailing list