[Paraview] Attaching a custom object panel to a filter.

2009-03-24 Thread cunrein
Hello List, I have downloaded the ParaView-3.4.0 source and have a good build. I have a custom reader and a custom object panel for the reader, and all is working well. I also have a custom filter to operate on the reader's output, and it too is working well. Last, I have a custom object pane

[Paraview] Programmatic interaction with the colorScalarBar

2009-04-01 Thread cunrein
Hello List, I have a custom object panel for a custom filter plugin, and wish to add some functionality to it. In particular, I wish to programmatically 1. set the colorBy scalar in the variableToolbar 2. set the min/max range for the colorScalarBar 3. turn on the colorScalarBar legend vi

Re: [Paraview] Programmatic interaction with the colorScalarBar

2009-04-09 Thread cunrein
ParaView are you using? On Wed, Apr 1, 2009 at 11:16 AM, cunrein wrote: Hello List, I have a custom object panel for a custom filter plugin, and wish to add some functionality to it. In particular, I wish to programmatically 1. set the colorBy scalar in the variableToolbar 2. set the min/max

[Paraview] Adding functionality to the apply event

2015-07-01 Thread cunrein
Hello List, In a [much much] older version of ParaView, I have a working filter/objectPanel pair that inherits from pqAutoGeneratedObjectPanel and overloads the accept method. I want to update this to work with PV4.3. ObjectPanels have been replaced with the PropertyPanel. Do I want to inh