[Paraview] Reader Properties

2011-03-04 Thread owen.arnold
I have a plugin object panel which I associate with a plugin reader. From my object panel I can access vtkSMProperty objects: vtkSMProperty * sizeProperty = this-proxy()-GetProperty(SizeProperty); The line above will give me the default value set for the property. What I really want to be

Re: [Paraview] Reader Properties

2011-03-04 Thread Utkarsh Ayachit
Make the SizeProperty and information_only property with the right type of InformationHelper sepecified in teh XML. Then in your object panel you can call vtkSMProxy::UpdatePropertyInformation() and the access the value for the property. Utkarsh On Fri, Mar 4, 2011 at 10:02 AM,