Re: [Paraview] Non parallel filters under MPI

2011-05-24 Thread Jorge Peña
Basically, I select a pixel on a grayscale vtkImage and then return a binary image with all pixels that are connected to the selected one as foreground pixels (black color) and the rest as background pixel (white color). The problem is, because the grid is partitioned across multiple processes,

[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] vtkBoxWidget2 RotationEnabledOff doesn't work

2011-08-30 Thread Jorge Peña
Hello Eric, I figured out after reading the source code. I couldn't find any use of these variables, but still I wasn't sure if there was some paraview/cmake magic xD. I'm using 3.8.1 and yesterday morning I finally decided to subclass vtkBoxRepresentation to vtkNonrotatingBoxRepresentation and

Re: [Paraview] Remove Input Connections

2011-07-11 Thread Jorge Peña Pastor
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, >> >