[Paraview] Remove Input Connections

2011-07-08 Thread Jorge Peña
Hi all, I have being trying to remove an input from a filter with multi-inputs without succes. My filter.xml is as follows: I add connections in my code using vtkSMInputProperty: vtkSMPro

Re: [Paraview] Remove Input Connections

2011-07-11 Thread Utkarsh Ayachit
Try this: Add an attribute clean_command="RemoveAllInputs" to the Input property. (look at the XML for Append filter in filters.xml ). Utkarsh Sent from my iPad On Jul 8, 2011, at 8:58 AM, Jorge Peña wrote: > Hi all, > > I have being trying to remove an input from a filter with multi-inputs

Re: [Paraview] Remove Input Connections

2011-07-11 Thread Jorge Peña Pastor
I already did that. The point is that my algorithm can work in an incremental way, so I had to add some supporting data structures to manage new connections when previous were removed by the RemoveAllInputs command. Thanks anyway. El 11/07/2011, a las 22:27, Utkarsh Ayachit escribió: > Try t