[Paraview-developers] vtkSMDomain
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Tue Jan 8 09:47:55 EST 2013
When a property is changed, you need to call
vtkSMProperty->UpdateDependentDomains(), that's when the domains are
updated and DomainModified is fired. We don't autoupdate domains and
such for performance reason and you mentioned. For the selection
inspector issue, we could listen to dataUpdated() signal fired by the
source of interest and then call the appropriate methods to update the
available arrays in the callback.
Utkarsh
On Mon, Jan 7, 2013 at 2:36 PM, David Thompson
<david.thompson at kitware.com> wrote:
> DomainModified
More information about the Paraview-developers
mailing list