[Paraview] Writer with 2 inputs

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Apr 25 20:41:27 EDT 2010


Ah..that's a use case that isn't supported currently. Only 1 input
writers are supported. Feel free to add a feature request to the bug
tracker.

http://paraview.org/Bug

On Sun, Apr 25, 2010 at 5:23 AM, Christian Werner
<christian.werner at rwth-aachen.de> wrote:
> Hello!
>
> I have a writer plugin that takes 2 inputs, both vtkImageData. When I use it
> in Python, everything is fine, I can set the "Input" and the "MaskImage"
> explicitly to provide the two inputs. However, when I am using the "Save
> Data" dialog and choose my writer, it won't set the required input for port
> 0 (the Mask Image):
>
> "Input port 0 of algorithm vtkMeasureMark(0x7780070) has 0 connections but
> is not optional."
>
> I have attached the ServerManagerXML and an image that shows the dialog that
> appear with that xml. The MaskImage is not choosable.
>
> Is there any way to realize this? I tried renaming the inputs to "Input1"
> and "Input2", but then the Filter isn't listed anymore, because obviously
> Paraview is looking for a "Input" property when calling a writer...
>
>
> Best regards,
> Christian
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list